#BBCCCA

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

Shades of Jungle Mist #BBCCCA

Tints of Jungle Mist #BBCCCA

Color information

#BBCCCA (or 0xBBCCCA) is unknown color: approx Jungle Mist. HEX triplet: BB, CC and CA. RGB value is (187,204,202). Sum of RGB (Red+Green+Blue) = 187+204+202=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCCA is #443335. Grayscale: #C6C6C6. Windows color (decimal): -4469558 or 13290683. OLE color: 13290683.

HSL color Cylindrical-coordinate representation of color #BBCCCA: hue angle of 172.94º 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 #BBCCCA is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB187204202-
CMYK0.0800.010.2
HSL172.94º14.29%76.67%-
HSV(B)172.94º8.33%80%-
XYZ52.7558.0164.3-
YUV198.69129.87119.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.53%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 202 (79.30% from 255) = 34.06%
R=31.53%
G=34.40%
B=34.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872042020.0800.010.2172.9414.2976.67
HexBBCCCA80114ade4d
Octal27331431210012425516115
Binary101110111100110011001010100001101001010110111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCCA; }

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

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

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

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

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

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

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

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