Html Css Color HEX #BBCBCB Jungle Mist

📋 copy color: '#BBCBCB'

red 187 ◦ green 203 ◦ blue 203

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

Shades of Jungle Mist #BBCBCB

Tints of Jungle Mist #BBCBCB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.23%

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

R = 31.53%
G = 34.23%
B = 34.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBCBCB (or 0xBBCBCB) is known color: Jungle Mist. HEX triplet: BB, CB and CB. RGB value is (187,203,203). Sum of RGB (Red+Green+Blue) = 187+203+203=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #BBCBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBCB is #443434. Grayscale: #C6C6C6. Windows color (decimal): -4469813 or 13355963. OLE color: 13355963.

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

Color convert

RGB 187 203 203 -
CMYK 0.08 0 0 0.20
HSL 180º 0.13% 0.76% -
HSV(B) 180º 0.08% 0.8% -
XYZ 52.63 57.59 64.84 -
YUV 198.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 187 203 203 0.08 0 0 0.20 180 0.13 0.76
Hex BB CB CB 8 0 0 14 B4 D 4C
Octal 273 313 313 10 0 0 24 264 15 114
Binary 10111011 11001011 11001011 1000 0 0 10100 10110100 1101 1001100

Color Harmonies of #BBCBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBCB

Black with #BBCBCB

Text Example


Text Example

White with #BBCBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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