Html Css Color HEX #B9CCC2 Nebula

📋 copy color: '#B9CCC2'

red 185 ◦ green 204 ◦ blue 194

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

Shades of Nebula #B9CCC2

Tints of Nebula #B9CCC2

RGB

 RED value IS 185 (72.66% from 255) = 31.73%

 GREEN value IS 204 (80.08% from 255) = 34.99%

 BLUE value IS 194 (76.17% from 255) = 33.28%

R = 31.73%
G = 34.99%
B = 33.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#B9CCC2 (or 0xB9CCC2) is known color: Nebula. HEX triplet: B9, CC and C2. RGB value is (185,204,194). Sum of RGB (Red+Green+Blue) = 185+204+194=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCC2 is #46333D. Grayscale: #C5C5C5. Windows color (decimal): -4600638 or 12766393. OLE color: 12766393.

HSL color Cylindrical-coordinate representation of color #B9CCC2: hue angle of 148.42º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9CCC2 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 204 194 -
CMYK 0.09 0 0.05 0.2
HSL 148.42º 0.16% 0.76% -
HSV(B) 148.42º 0.09% 0.8% -
XYZ 51.34 57.4 59.41 -
YUV 197.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 185 204 194 0.09 0 0.05 0.2 148.42 0.16 0.76
Hex B9 CC C2 9 0 5 14 94 10 4C
Octal 271 314 302 11 0 5 24 224 20 114
Binary 10111001 11001100 11000010 1001 0 101 10100 10010100 10000 1001100

Color Harmonies of #B9CCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CCC2

Black with #B9CCC2

Text Example


Text Example

White with #B9CCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CCC2; }

 p { color: rgb(185,204,194); }

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

background-color css

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

 a { background-color: rgb(185,204,194); }

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

border-color css

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

 span { border-color: rgb(185,204,194); }

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