Html Css Color HEX #BBC9CB Jungle Mist

📋 copy color: '#BBC9CB'

red 187 ◦ green 201 ◦ blue 203

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

Shades of Jungle Mist #BBC9CB

Tints of Jungle Mist #BBC9CB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.01%

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

R = 31.64%
G = 34.01%
B = 34.35%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBC9CB (or 0xBBC9CB) is known color: Jungle Mist. HEX triplet: BB, C9 and CB. RGB value is (187,201,203). Sum of RGB (Red+Green+Blue) = 187+201+203=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBC9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9CB is #443634. Grayscale: #C5C5C5. Windows color (decimal): -4470325 or 13355451. OLE color: 13355451.

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

Color convert

RGB 187 201 203 -
CMYK 0.08 0.01 0 0.20
HSL 187.5º 0.13% 0.76% -
HSV(B) 187.5º 0.08% 0.8% -
XYZ 52.16 56.65 64.69 -
YUV 197.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 187 201 203 0.08 0.01 0 0.20 187.5 0.13 0.76
Hex BB C9 CB 8 1 0 14 BC D 4C
Octal 273 311 313 10 1 0 24 274 15 114
Binary 10111011 11001001 11001011 1000 1 0 10100 10111100 1101 1001100

Color Harmonies of #BBC9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC9CB

Black with #BBC9CB

Text Example


Text Example

White with #BBC9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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