Html Css Color HEX #BCCABA Zanah

📋 copy color: '#BCCABA'

red 188 ◦ green 202 ◦ blue 186

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

Shades of Zanah #BCCABA

Tints of Zanah #BCCABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.29%

R = 32.64%
G = 35.07%
B = 32.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#BCCABA (or 0xBCCABA) is known color: Zanah. HEX triplet: BC, CA and BA. RGB value is (188,202,186). Sum of RGB (Red+Green+Blue) = 188+202+186=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCABA is #433545. Grayscale: #C4C4C4. Windows color (decimal): -4404550 or 12241596. OLE color: 12241596.

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

Color convert

RGB 188 202 186 -
CMYK 0.07 0 0.08 0.21
HSL 112.5º 0.13% 0.76% -
HSV(B) 112.5º 0.08% 0.79% -
XYZ 50.72 56.48 54.68 -
YUV 195.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 188 202 186 0.07 0 0.08 0.21 112.5 0.13 0.76
Hex BC CA BA 7 0 8 15 70 D 4C
Octal 274 312 272 7 0 10 25 160 15 114
Binary 10111100 11001010 10111010 111 0 1000 10101 1110000 1101 1001100

Color Harmonies of #BCCABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCABA

Black with #BCCABA

Text Example


Text Example

White with #BCCABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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