Html Css Color HEX #BBCACC Jungle Mist

📋 copy color: '#BBCACC'

red 187 ◦ green 202 ◦ blue 204

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

Shades of Jungle Mist #BBCACC

Tints of Jungle Mist #BBCACC

RGB

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

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

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

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

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BBCACC (or 0xBBCACC) is known color: Jungle Mist. HEX triplet: BB, CA and CC. RGB value is (187,202,204). Sum of RGB (Red+Green+Blue) = 187+202+204=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBCACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCACC is #443533. Grayscale: #C5C5C5. Windows color (decimal): -4470068 or 13421243. OLE color: 13421243.

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

Color convert

RGB 187 202 204 -
CMYK 0.08 0.01 0 0.2
HSL 187.06º 0.14% 0.77% -
HSV(B) 187.06º 0.08% 0.8% -
XYZ 52.51 57.17 65.39 -
YUV 197.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 187 202 204 0.08 0.01 0 0.2 187.06 0.14 0.77
Hex BB CA CC 8 1 0 14 BB E 4D
Octal 273 312 314 10 1 0 24 273 16 115
Binary 10111011 11001010 11001100 1000 1 0 10100 10111011 1110 1001101

Color Harmonies of #BBCACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCACC

Black with #BBCACC

Text Example


Text Example

White with #BBCACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCACC; }

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

 H1.HeaderClassName
 {
   color: #BBCACC;
 }
 .AnyTagClassName
 {
   color: #BBCACC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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