Html Css Color HEX #BCC3A9 Pale Leaf

📋 copy color: '#BCC3A9'

red 188 ◦ green 195 ◦ blue 169

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

Shades of Pale Leaf #BCC3A9

Tints of Pale Leaf #BCC3A9

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.33%

 BLUE value IS 169 (66.41% from 255) = 30.62%

R = 34.06%
G = 35.33%
B = 30.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#BCC3A9 (or 0xBCC3A9) is known color: Pale Leaf. HEX triplet: BC, C3 and A9. RGB value is (188,195,169). Sum of RGB (Red+Green+Blue) = 188+195+169=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 169 (66.41% from 255 or 30.62% from 552); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC3A9 is #433C56. Grayscale: #BEBEBE. Windows color (decimal): -4406359 or 11125692. OLE color: 11125692.

HSL color Cylindrical-coordinate representation of color #BCC3A9: hue angle of 76.15º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCC3A9 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 169 -
CMYK 0.04 0 0.13 0.24
HSL 76.15º 0.18% 0.71% -
HSV(B) 76.15º 0.13% 0.76% -
XYZ 47.42 52.59 45.19 -
YUV 189.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 188 195 169 0.04 0 0.13 0.24 76.15 0.18 0.71
Hex BC C3 A9 4 0 D 18 4C 12 47
Octal 274 303 251 4 0 15 30 114 22 107
Binary 10111100 11000011 10101001 100 0 1101 11000 1001100 10010 1000111

Color Harmonies of #BCC3A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC3A9

Black with #BCC3A9

Text Example


Text Example

White with #BCC3A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC3A9; }

 p { color: rgb(188,195,169); }

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

background-color css

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

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

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

border-color css

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

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

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