Html Css Color HEX #BCCAA4 Pale Leaf

📋 copy color: '#BCCAA4'

red 188 ◦ green 202 ◦ blue 164

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

Shades of Pale Leaf #BCCAA4

Tints of Pale Leaf #BCCAA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.6%

R = 33.94%
G = 36.46%
B = 29.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#BCCAA4 (or 0xBCCAA4) is known color: Pale Leaf. HEX triplet: BC, CA and A4. RGB value is (188,202,164). Sum of RGB (Red+Green+Blue) = 188+202+164=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 164 (64.45% from 255 or 29.60% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCAA4 is #43355B. Grayscale: #C1C1C1. Windows color (decimal): -4404572 or 10799804. OLE color: 10799804.

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

Color convert

RGB 188 202 164 -
CMYK 0.07 0 0.19 0.21
HSL 82.11º 0.26% 0.72% -
HSV(B) 82.11º 0.19% 0.79% -
XYZ 48.56 55.61 43.3 -
YUV 193.48 111.36 124.09 -
System Red Green Blue C M Y K H S L
Decimal 188 202 164 0.07 0 0.19 0.21 82.11 0.26 0.72
Hex BC CA A4 7 0 13 15 52 1A 48
Octal 274 312 244 7 0 23 25 122 32 110
Binary 10111100 11001010 10100100 111 0 10011 10101 1010010 11010 1001000

Color Harmonies of #BCCAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAA4

Black with #BCCAA4

Text Example


Text Example

White with #BCCAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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