#BBCEC4

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

Shades of Nebula #BBCEC4

Tints of Nebula #BBCEC4

Color information

#BBCEC4 (or 0xBBCEC4) is unknown color: approx Nebula. HEX triplet: BB, CE and C4. RGB value is (187,206,196). Sum of RGB (Red+Green+Blue) = 187+206+196=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEC4 is #44313B. Grayscale: #C7C7C7. Windows color (decimal): -4469052 or 12897979. OLE color: 12897979.

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

Color convert

RGB187206196-
CMYK0.0900.050.19
HSL148.42º16.24%77.06%-
HSV(B)148.42º9.22%80.78%-
XYZ52.5358.6960.78-
YUV199.18126.21119.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.75%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 196 (76.95% from 255) = 33.28%
R=31.75%
G=34.97%
B=33.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872061960.0900.050.19148.4216.2477.06
HexBBCEC49051394104d
Octal27331630411052322420115
Binary101110111100111011000100100101011001110010100100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCEC4; }

 p { color: rgb(187,206,196); }

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

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

 a { background-color: rgb(187,206,196); }

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

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

 span { border-color: rgb(187,206,196); }

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