#BBCCC2

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

Shades of Nebula #BBCCC2

Tints of Nebula #BBCCC2

Color information

#BBCCC2 (or 0xBBCCC2) is unknown color: approx Nebula. HEX triplet: BB, CC and C2. RGB value is (187,204,194). Sum of RGB (Red+Green+Blue) = 187+204+194=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCC2 is #44333D. Grayscale: #C5C5C5. Windows color (decimal): -4469566 or 12766395. OLE color: 12766395.

HSL color Cylindrical-coordinate representation of color #BBCCC2: hue angle of 144.71º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCCC2 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB187204194-
CMYK0.0800.050.2
HSL144.71º14.29%76.67%-
HSV(B)144.71º8.33%80%-
XYZ51.8257.6559.43-
YUV197.78125.87120.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 194 (76.17% from 255) = 33.16%
R=31.97%
G=34.87%
B=33.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872041940.0800.050.2144.7114.2976.67
HexBBCCC28051491e4d
Octal27331430210052422116115
Binary10111011110011001100001010000101101001001000111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCC2; }

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

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

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

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

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

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

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

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