#BBCAC0

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

Shades of Nebula #BBCAC0

Tints of Nebula #BBCAC0

Color information

#BBCAC0 (or 0xBBCAC0) is unknown color: approx Nebula. HEX triplet: BB, CA and C0. RGB value is (187,202,192). Sum of RGB (Red+Green+Blue) = 187+202+192=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAC0 is #44353F. Grayscale: #C4C4C4. Windows color (decimal): -4470080 or 12634811. OLE color: 12634811.

HSL color Cylindrical-coordinate representation of color #BBCAC0: hue angle of 140º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBCAC0 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB187202192-
CMYK0.0700.050.21
HSL140º12.4%76.27%-
HSV(B)140º7.43%79.22%-
XYZ51.1356.6158.1-
YUV196.38125.53121.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.19%
GREEN value IS 202 (79.30% from 255) = 34.77%
BLUE value IS 192 (75.39% from 255) = 33.05%
R=32.19%
G=34.77%
B=33.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872021920.0700.050.2114012.476.27
HexBBCAC0705158cc4c
Octal2733123007052521414114
Binary1011101111001010110000001110101101011000110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAC0; }

 p { color: rgb(187,202,192); }

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

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

 a { background-color: rgb(187,202,192); }

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

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

 span { border-color: rgb(187,202,192); }

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