Html Css Color HEX #BBCAC9 Jungle Mist

📋 copy color: '#BBCAC9'

red 187 ◦ green 202 ◦ blue 201

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

Shades of Jungle Mist #BBCAC9

Tints of Jungle Mist #BBCAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.07%

R = 31.69%
G = 34.24%
B = 34.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#BBCAC9 (or 0xBBCAC9) is known color: Jungle Mist. HEX triplet: BB, CA and C9. RGB value is (187,202,201). Sum of RGB (Red+Green+Blue) = 187+202+201=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAC9 is #443536. Grayscale: #C5C5C5. Windows color (decimal): -4470071 or 13224635. OLE color: 13224635.

HSL color Cylindrical-coordinate representation of color #BBCAC9: hue angle of 176º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBCAC9 is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 202 201 -
CMYK 0.07 0 0.00 0.21
HSL 176º 0.12% 0.76% -
HSV(B) 176º 0.07% 0.79% -
XYZ 52.16 57.02 63.52 -
YUV 197.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 187 202 201 0.07 0 0.00 0.21 176 0.12 0.76
Hex BB CA C9 7 0 0 15 B0 C 4C
Octal 273 312 311 7 0 0 25 260 14 114
Binary 10111011 11001010 11001001 111 0 0 10101 10110000 1100 1001100

Color Harmonies of #BBCAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAC9

Black with #BBCAC9

Text Example


Text Example

White with #BBCAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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