Html Css Color HEX #BBC8CB Jungle Mist

📋 copy color: '#BBC8CB'

red 187 ◦ green 200 ◦ blue 203

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

Shades of Jungle Mist #BBC8CB

Tints of Jungle Mist #BBC8CB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.9%

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

R = 31.69%
G = 33.9%
B = 34.41%

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

#BBC8CB (or 0xBBC8CB) is known color: Jungle Mist. HEX triplet: BB, C8 and CB. RGB value is (187,200,203). Sum of RGB (Red+Green+Blue) = 187+200+203=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBC8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8CB is #443734. Grayscale: #C4C4C4. Windows color (decimal): -4470581 or 13355195. OLE color: 13355195.

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

Color convert

RGB 187 200 203 -
CMYK 0.08 0.01 0 0.20
HSL 191.25º 0.13% 0.76% -
HSV(B) 191.25º 0.08% 0.8% -
XYZ 51.93 56.19 64.61 -
YUV 196.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 187 200 203 0.08 0.01 0 0.20 191.25 0.13 0.76
Hex BB C8 CB 8 1 0 14 BF D 4C
Octal 273 310 313 10 1 0 24 277 15 114
Binary 10111011 11001000 11001011 1000 1 0 10100 10111111 1101 1001100

Color Harmonies of #BBC8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC8CB

Black with #BBC8CB

Text Example


Text Example

White with #BBC8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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