Html Css Color HEX #BCCBCA Jungle Mist

📋 copy color: '#BCCBCA'

red 188 ◦ green 203 ◦ blue 202

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

Shades of Jungle Mist #BCCBCA

Tints of Jungle Mist #BCCBCA

RGB

 RED value IS 188 (73.83% from 255) = 31.7%

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

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

R = 31.7%
G = 34.23%
B = 34.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#BCCBCA (or 0xBCCBCA) is known color: Jungle Mist. HEX triplet: BC, CB and CA. RGB value is (188,203,202). Sum of RGB (Red+Green+Blue) = 188+203+202=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBCA is #433435. Grayscale: #C6C6C6. Windows color (decimal): -4404278 or 13290428. OLE color: 13290428.

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

Color convert

RGB 188 203 202 -
CMYK 0.07 0 0.00 0.20
HSL 176º 0.13% 0.77% -
HSV(B) 176º 0.07% 0.8% -
XYZ 52.76 57.67 64.23 -
YUV 198.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 188 203 202 0.07 0 0.00 0.20 176 0.13 0.77
Hex BC CB CA 7 0 0 14 B0 D 4D
Octal 274 313 312 7 0 0 24 260 15 115
Binary 10111100 11001011 11001010 111 0 0 10100 10110000 1101 1001101

Color Harmonies of #BCCBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCBCA

Black with #BCCBCA

Text Example


Text Example

White with #BCCBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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