#BBCABF

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

Shades of Nebula #BBCABF

Tints of Nebula #BBCABF

Color information

#BBCABF (or 0xBBCABF) is unknown color: approx Nebula. HEX triplet: BB, CA and BF. RGB value is (187,202,191). Sum of RGB (Red+Green+Blue) = 187+202+191=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCABF is #443540. Grayscale: #C4C4C4. Windows color (decimal): -4470081 or 12569275. OLE color: 12569275.

HSL color Cylindrical-coordinate representation of color #BBCABF: hue angle of 136º 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 #BBCABF is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB187202191-
CMYK0.0700.050.21
HSL136º12.4%76.27%-
HSV(B)136º7.43%79.22%-
XYZ51.0256.5757.52-
YUV196.26125.03121.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.24%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 191 (75% from 255) = 32.93%
R=32.24%
G=34.83%
B=32.93%

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
Decimal1872021910.0700.050.2113612.476.27
HexBBCABF7051588c4c
Octal2733122777052521014114
Binary1011101111001010101111111110101101011000100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCABF; }

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

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

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

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

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

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

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

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