Html Css Color HEX #BCC3AF Pale Leaf

📋 copy color: '#BCC3AF'

red 188 ◦ green 195 ◦ blue 175

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

Shades of Pale Leaf #BCC3AF

Tints of Pale Leaf #BCC3AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.36%

R = 33.69%
G = 34.95%
B = 31.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#BCC3AF (or 0xBCC3AF) is known color: Pale Leaf. HEX triplet: BC, C3 and AF. RGB value is (188,195,175). Sum of RGB (Red+Green+Blue) = 188+195+175=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC3AF is #433C50. Grayscale: #BEBEBE. Windows color (decimal): -4406353 or 11518908. OLE color: 11518908.

HSL color Cylindrical-coordinate representation of color #BCC3AF: hue angle of 81º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCC3AF is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 175 -
CMYK 0.04 0 0.10 0.24
HSL 81º 0.14% 0.73% -
HSV(B) 81º 0.1% 0.76% -
XYZ 47.99 52.82 48.22 -
YUV 190.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 188 195 175 0.04 0 0.10 0.24 81 0.14 0.73
Hex BC C3 AF 4 0 A 18 51 E 49
Octal 274 303 257 4 0 12 30 121 16 111
Binary 10111100 11000011 10101111 100 0 1010 11000 1010001 1110 1001001

Color Harmonies of #BCC3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC3AF

Black with #BCC3AF

Text Example


Text Example

White with #BCC3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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