Html Css Color HEX #BBCACB Jungle Mist

📋 copy color: '#BBCACB'

red 187 ◦ green 202 ◦ blue 203

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

Shades of Jungle Mist #BBCACB

Tints of Jungle Mist #BBCACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.29%

R = 31.59%
G = 34.12%
B = 34.29%

CMYK

 C value IS 0.08

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBCACB (or 0xBBCACB) is known color: Jungle Mist. HEX triplet: BB, CA and CB. RGB value is (187,202,203). Sum of RGB (Red+Green+Blue) = 187+202+203=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBCACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCACB is #443534. Grayscale: #C5C5C5. Windows color (decimal): -4470069 or 13355707. OLE color: 13355707.

HSL color Cylindrical-coordinate representation of color #BBCACB: hue angle of 183.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCACB is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 202 203 -
CMYK 0.08 0.00 0 0.20
HSL 183.75º 0.13% 0.76% -
HSV(B) 183.75º 0.08% 0.8% -
XYZ 52.39 57.12 64.76 -
YUV 197.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 187 202 203 0.08 0.00 0 0.20 183.75 0.13 0.76
Hex BB CA CB 8 0 0 14 B8 D 4C
Octal 273 312 313 10 0 0 24 270 15 114
Binary 10111011 11001010 11001011 1000 0 0 10100 10111000 1101 1001100

Color Harmonies of #BBCACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCACB

Black with #BBCACB

Text Example


Text Example

White with #BBCACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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