Html Css Color HEX #BBCBCA Jungle Mist

📋 copy color: '#BBCBCA'

red 187 ◦ green 203 ◦ blue 202

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

Shades of Jungle Mist #BBCBCA

Tints of Jungle Mist #BBCBCA

RGB

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

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

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

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

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

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

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

Color convert

RGB 187 203 202 -
CMYK 0.08 0 0.00 0.20
HSL 176.25º 0.13% 0.76% -
HSV(B) 176.25º 0.08% 0.8% -
XYZ 52.51 57.54 64.22 -
YUV 198.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 187 203 202 0.08 0 0.00 0.20 176.25 0.13 0.76
Hex BB CB CA 8 0 0 14 B0 D 4C
Octal 273 313 312 10 0 0 24 260 15 114
Binary 10111011 11001011 11001010 1000 0 0 10100 10110000 1101 1001100

Color Harmonies of #BBCBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBCA

Black with #BBCBCA

Text Example


Text Example

White with #BBCBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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