Html Css Color HEX #BCC3AB Pale Leaf

📋 copy color: '#BCC3AB'

red 188 ◦ green 195 ◦ blue 171

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

Shades of Pale Leaf #BCC3AB

Tints of Pale Leaf #BCC3AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.87%

R = 33.94%
G = 35.2%
B = 30.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#BCC3AB (or 0xBCC3AB) is known color: Pale Leaf. HEX triplet: BC, C3 and AB. RGB value is (188,195,171). Sum of RGB (Red+Green+Blue) = 188+195+171=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC3AB is #433C54. Grayscale: #BEBEBE. Windows color (decimal): -4406357 or 11256764. OLE color: 11256764.

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

Color convert

RGB 188 195 171 -
CMYK 0.04 0 0.12 0.24
HSL 77.5º 0.17% 0.72% -
HSV(B) 77.5º 0.12% 0.76% -
XYZ 47.6 52.66 46.18 -
YUV 190.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 188 195 171 0.04 0 0.12 0.24 77.5 0.17 0.72
Hex BC C3 AB 4 0 C 18 4E 11 48
Octal 274 303 253 4 0 14 30 116 21 110
Binary 10111100 11000011 10101011 100 0 1100 11000 1001110 10001 1001000

Color Harmonies of #BCC3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC3AB

Black with #BCC3AB

Text Example


Text Example

White with #BCC3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC3AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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