#BBD9C8

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

Shades of Nebula #BBD9C8

Tints of Nebula #BBD9C8

Color information

#BBD9C8 (or 0xBBD9C8) is unknown color: approx Nebula. HEX triplet: BB, D9 and C8. RGB value is (187,217,200). Sum of RGB (Red+Green+Blue) = 187+217+200=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 217 (85.16% from 255 or 35.93% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD9C8 is #442637. Grayscale: #CECECE. Windows color (decimal): -4466232 or 13162939. OLE color: 13162939.

HSL color Cylindrical-coordinate representation of color #BBD9C8: hue angle of 146º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBD9C8 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB187217200-
CMYK0.1400.080.15
HSL146º28.3%79.22%-
HSV(B)146º13.82%85.1%-
XYZ55.7364.3664.13-
YUV206.09124.56114.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.96%
GREEN value IS 217 (85.16% from 255) = 35.93%
BLUE value IS 200 (78.52% from 255) = 33.11%
R=30.96%
G=35.93%
B=33.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872172000.1400.080.1514628.379.22
HexBBD9C8E08F921c4f
Octal273331310160101722234117
Binary101110111101100111001000111001000111110010010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD9C8; }

 p { color: rgb(187,217,200); }

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

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

 a { background-color: rgb(187,217,200); }

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

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

 span { border-color: rgb(187,217,200); }

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