Html Css Color HEX #BCCAA5 Pale Leaf

📋 copy color: '#BCCAA5'

red 188 ◦ green 202 ◦ blue 165

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

Shades of Pale Leaf #BCCAA5

Tints of Pale Leaf #BCCAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.73%

R = 33.87%
G = 36.4%
B = 29.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#BCCAA5 (or 0xBCCAA5) is known color: Pale Leaf. HEX triplet: BC, CA and A5. RGB value is (188,202,165). Sum of RGB (Red+Green+Blue) = 188+202+165=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 165 (64.84% from 255 or 29.73% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCAA5 is #43355A. Grayscale: #C1C1C1. Windows color (decimal): -4404571 or 10865340. OLE color: 10865340.

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

Color convert

RGB 188 202 165 -
CMYK 0.07 0 0.18 0.21
HSL 82.7º 0.26% 0.72% -
HSV(B) 82.7º 0.18% 0.79% -
XYZ 48.65 55.65 43.77 -
YUV 193.6 111.86 124.01 -
System Red Green Blue C M Y K H S L
Decimal 188 202 165 0.07 0 0.18 0.21 82.7 0.26 0.72
Hex BC CA A5 7 0 12 15 53 1A 48
Octal 274 312 245 7 0 22 25 123 32 110
Binary 10111100 11001010 10100101 111 0 10010 10101 1010011 11010 1001000

Color Harmonies of #BCCAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAA5

Black with #BCCAA5

Text Example


Text Example

White with #BCCAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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