#BBCAC1

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

Shades of Nebula #BBCAC1

Tints of Nebula #BBCAC1

Color information

#BBCAC1 (or 0xBBCAC1) is unknown color: approx Nebula. HEX triplet: BB, CA and C1. RGB value is (187,202,193). Sum of RGB (Red+Green+Blue) = 187+202+193=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAC1 is #44353E. Grayscale: #C4C4C4. Windows color (decimal): -4470079 or 12700347. OLE color: 12700347.

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

Color convert

RGB187202193-
CMYK0.0700.040.21
HSL144º12.4%76.27%-
HSV(B)144º7.43%79.22%-
XYZ51.2456.6658.69-
YUV196.49126.03121.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 202 (79.30% from 255) = 34.71%
BLUE value IS 193 (75.78% from 255) = 33.16%
R=32.13%
G=34.71%
B=33.16%

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
Decimal1872021930.0700.040.2114412.476.27
HexBBCAC17041590c4c
Octal2733123017042522014114
Binary1011101111001010110000011110100101011001000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAC1; }

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

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

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

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

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

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

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

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