Html Css Color HEX #BFCDAF Pale Leaf

📋 copy color: '#BFCDAF'

red 191 ◦ green 205 ◦ blue 175

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

Shades of Pale Leaf #BFCDAF

Tints of Pale Leaf #BFCDAF

RGB

 RED value IS 191 (75% from 255) = 33.45%

 GREEN value IS 205 (80.47% from 255) = 35.9%

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

R = 33.45%
G = 35.9%
B = 30.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#BFCDAF (or 0xBFCDAF) is known color: Pale Leaf. HEX triplet: BF, CD and AF. RGB value is (191,205,175). Sum of RGB (Red+Green+Blue) = 191+205+175=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCDAF is #403250. Grayscale: #C5C5C5. Windows color (decimal): -4207185 or 11521471. OLE color: 11521471.

HSL color Cylindrical-coordinate representation of color #BFCDAF: hue angle of 88º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFCDAF is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 175 -
CMYK 0.07 0 0.15 0.20
HSL 88º 0.23% 0.75% -
HSV(B) 88º 0.15% 0.8% -
XYZ 51.06 57.83 49.03 -
YUV 197.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 191 205 175 0.07 0 0.15 0.20 88 0.23 0.75
Hex BF CD AF 7 0 F 14 58 17 4B
Octal 277 315 257 7 0 17 24 130 27 113
Binary 10111111 11001101 10101111 111 0 1111 10100 1011000 10111 1001011

Color Harmonies of #BFCDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCDAF

Black with #BFCDAF

Text Example


Text Example

White with #BFCDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCDAF; }

 p { color: rgb(191,205,175); }

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

background-color css

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

 a { background-color: rgb(191,205,175); }

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

border-color css

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

 span { border-color: rgb(191,205,175); }

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