#BBCAC2

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

Shades of Nebula #BBCAC2

Tints of Nebula #BBCAC2

Color information

#BBCAC2 (or 0xBBCAC2) is unknown color: approx Nebula. HEX triplet: BB, CA and C2. RGB value is (187,202,194). Sum of RGB (Red+Green+Blue) = 187+202+194=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAC2 is #44353D. Grayscale: #C4C4C4. Windows color (decimal): -4470078 or 12765883. OLE color: 12765883.

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

Color convert

RGB187202194-
CMYK0.0700.040.21
HSL148º12.4%76.27%-
HSV(B)148º7.43%79.22%-
XYZ51.3556.759.28-
YUV196.6126.53121.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.08%
GREEN value IS 202 (79.30% from 255) = 34.65%
BLUE value IS 194 (76.17% from 255) = 33.28%
R=32.08%
G=34.65%
B=33.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872021940.0700.040.2114812.476.27
HexBBCAC27041594c4c
Octal2733123027042522414114
Binary1011101111001010110000101110100101011001010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAC2; }

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

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

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

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

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

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

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

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