#BBD4C6

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

Shades of Nebula #BBD4C6

Tints of Nebula #BBD4C6

Color information

#BBD4C6 (or 0xBBD4C6) is unknown color: approx Nebula. HEX triplet: BB, D4 and C6. RGB value is (187,212,198). Sum of RGB (Red+Green+Blue) = 187+212+198=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 198 (77.73% from 255 or 33.17% from 597); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4C6 is #442B39. Grayscale: #CACACA. Windows color (decimal): -4467514 or 13030587. OLE color: 13030587.

HSL color Cylindrical-coordinate representation of color #BBD4C6: hue angle of 146.4º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD4C6 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB187212198-
CMYK0.1200.070.17
HSL146.4º22.52%78.24%-
HSV(B)146.4º11.79%83.14%-
XYZ54.2361.7362.48-
YUV202.93125.22116.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.32%
GREEN value IS 212 (83.20% from 255) = 35.51%
BLUE value IS 198 (77.73% from 255) = 33.17%
R=31.32%
G=35.51%
B=33.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872121980.1200.070.17146.422.5278.24
HexBBD4C6C071192174e
Octal27332430614072122227116
Binary101110111101010011000110110001111000110010010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD4C6; }

 p { color: rgb(187,212,198); }

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

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

 a { background-color: rgb(187,212,198); }

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

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

 span { border-color: rgb(187,212,198); }

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