Html Css Color HEX #BBCACE Jungle Mist

📋 copy color: '#BBCACE'

red 187 ◦ green 202 ◦ blue 206

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

Shades of Jungle Mist #BBCACE

Tints of Jungle Mist #BBCACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.62%

R = 31.43%
G = 33.95%
B = 34.62%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBCACE (or 0xBBCACE) is known color: Jungle Mist. HEX triplet: BB, CA and CE. RGB value is (187,202,206). Sum of RGB (Red+Green+Blue) = 187+202+206=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBCACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCACE is #443531. Grayscale: #C5C5C5. Windows color (decimal): -4470066 or 13552315. OLE color: 13552315.

HSL color Cylindrical-coordinate representation of color #BBCACE: hue angle of 192.63º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCACE is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 202 206 -
CMYK 0.09 0.02 0 0.19
HSL 192.63º 0.16% 0.77% -
HSV(B) 192.63º 0.09% 0.81% -
XYZ 52.75 57.26 66.66 -
YUV 197.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 187 202 206 0.09 0.02 0 0.19 192.63 0.16 0.77
Hex BB CA CE 9 2 0 13 C1 10 4D
Octal 273 312 316 11 2 0 23 301 20 115
Binary 10111011 11001010 11001110 1001 10 0 10011 11000001 10000 1001101

Color Harmonies of #BBCACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCACE

Black with #BBCACE

Text Example


Text Example

White with #BBCACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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