Html Css Color HEX #BCCACA Jungle Mist

📋 copy color: '#BCCACA'

red 188 ◦ green 202 ◦ blue 202

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

Shades of Jungle Mist #BCCACA

Tints of Jungle Mist #BCCACA

RGB

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

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

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

R = 31.76%
G = 34.12%
B = 34.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCCACA (or 0xBCCACA) is known color: Jungle Mist. HEX triplet: BC, CA and CA. RGB value is (188,202,202). Sum of RGB (Red+Green+Blue) = 188+202+202=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #BCCACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCACA is #433535. Grayscale: #C5C5C5. Windows color (decimal): -4404534 or 13290172. OLE color: 13290172.

HSL color Cylindrical-coordinate representation of color #BCCACA: hue angle of 180º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCCACA is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 202 202 -
CMYK 0.07 0 0 0.21
HSL 180º 0.12% 0.76% -
HSV(B) 180º 0.07% 0.79% -
XYZ 52.52 57.2 64.15 -
YUV 197.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 188 202 202 0.07 0 0 0.21 180 0.12 0.76
Hex BC CA CA 7 0 0 15 B4 C 4C
Octal 274 312 312 7 0 0 25 264 14 114
Binary 10111100 11001010 11001010 111 0 0 10101 10110100 1100 1001100

Color Harmonies of #BCCACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCACA

Black with #BCCACA

Text Example


Text Example

White with #BCCACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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