Html Css Color HEX #BBCCCA Jungle Mist

📋 copy color: '#BBCCCA'

red 187 ◦ green 204 ◦ blue 202

#BBCCCA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #BBCCCA

Tints of Jungle Mist #BBCCCA

RGB

 RED value IS 187 (73.44% from 255) = 31.53%

 GREEN value IS 204 (80.08% from 255) = 34.4%

 BLUE value IS 202 (79.3% from 255) = 34.06%

R = 31.53%
G = 34.4%
B = 34.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#BBCCCA (or 0xBBCCCA) is known color: 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

RGB 187 204 202 -
CMYK 0.08 0 0.01 0.2
HSL 172.94º 0.14% 0.77% -
HSV(B) 172.94º 0.08% 0.8% -
XYZ 52.75 58.01 64.3 -
YUV 198.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 187 204 202 0.08 0 0.01 0.2 172.94 0.14 0.77
Hex BB CC CA 8 0 1 14 AD E 4D
Octal 273 314 312 10 0 1 24 255 16 115
Binary 10111011 11001100 11001010 1000 0 1 10100 10101101 1110 1001101

Color Harmonies of #BBCCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCCA

Black with #BBCCCA

Text Example


Text Example

White with #BBCCCA

Text Example


Text Example

HTML Codes & Css Web 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>