Html Css Color HEX #B7C8BE Nebula

📋 copy color: '#B7C8BE'

red 183 ◦ green 200 ◦ blue 190

#B7C8BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nebula #B7C8BE

Tints of Nebula #B7C8BE

RGB

 RED value IS 183 (71.88% from 255) = 31.94%

 GREEN value IS 200 (78.52% from 255) = 34.9%

 BLUE value IS 190 (74.61% from 255) = 33.16%

R = 31.94%
G = 34.9%
B = 33.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B7C8BE (or 0xB7C8BE) is known color: Nebula. HEX triplet: B7, C8 and BE. RGB value is (183,200,190). Sum of RGB (Red+Green+Blue) = 183+200+190=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 200 - color contains mainly: green. Hex color #B7C8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C8BE is #483741. Grayscale: #C1C1C1. Windows color (decimal): -4732738 or 12503223. OLE color: 12503223.

HSL color Cylindrical-coordinate representation of color #B7C8BE: hue angle of 144.71º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7C8BE is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 183 200 190 -
CMYK 0.08 0 0.05 0.22
HSL 144.71º 0.13% 0.75% -
HSV(B) 144.71º 0.08% 0.78% -
XYZ 49.48 55.09 56.74 -
YUV 193.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 183 200 190 0.08 0 0.05 0.22 144.71 0.13 0.75
Hex B7 C8 BE 8 0 5 16 91 D 4B
Octal 267 310 276 10 0 5 26 221 15 113
Binary 10110111 11001000 10111110 1000 0 101 10110 10010001 1101 1001011

Color Harmonies of #B7C8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C8BE

Black with #B7C8BE

Text Example


Text Example

White with #B7C8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C8BE; }

 p { color: rgb(183,200,190); }

 H1.HeaderClassName
 {
   color: #B7C8BE;
 }
 .AnyTagClassName
 {
   color: #B7C8BE;
 }
</style>

background-color css

<style>
 a { background-color: #B7C8BE; }

 a { background-color: rgb(183,200,190); }

 div.DivClassName
 {
   background-color: #B7C8BE;
 }
 .BgClassName
 {
   background-color: #B7C8BE;
 }
</style>

border-color css

<style>
 span { border-color: #B7C8BE; }

 span { border-color: rgb(183,200,190); }

 td.TdClassName
 {
   border-color: #B7C8BE;
 }
 .TagClassName
 {
   border-color: #B7C8BE;
 }
</style>