#B9D0C4

Color #B9D0C4 Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #B9D0C4

Tints of Nebula #B9D0C4

Color information

#B9D0C4 (or 0xB9D0C4) is unknown color: approx Nebula. HEX triplet: B9, D0 and C4. RGB value is (185,208,196). Sum of RGB (Red+Green+Blue) = 185+208+196=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D0C4 is #462F3B. Grayscale: #C7C7C7. Windows color (decimal): -4599612 or 12898489. OLE color: 12898489.

HSL color Cylindrical-coordinate representation of color #B9D0C4: hue angle of 148.7º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9D0C4 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB185208196-
CMYK0.1100.060.18
HSL148.7º19.66%77.06%-
HSV(B)148.7º11.06%81.57%-
XYZ52.5359.4160.92-
YUV199.76125.88117.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.41%
GREEN value IS 208 (81.64% from 255) = 35.31%
BLUE value IS 196 (76.95% from 255) = 33.28%
R=31.41%
G=35.31%
B=33.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1852081960.1100.060.18148.719.6677.06
HexB9D0C4B061295144d
Octal27132030413062222524115
Binary101110011101000011000100101101101001010010101101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D0C4; }

 p { color: rgb(185,208,196); }

 H1.HeaderClassName
 {
   color: #B9D0C4;
 }
 .AnyTagClassName
 {
   color: #B9D0C4;
 }
</style>
background-color css

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

 a { background-color: rgb(185,208,196); }

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

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

 span { border-color: rgb(185,208,196); }

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