Html Css Color HEX #BFCBAF Pale Leaf

📋 copy color: '#BFCBAF'

red 191 ◦ green 203 ◦ blue 175

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

Shades of Pale Leaf #BFCBAF

Tints of Pale Leaf #BFCBAF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.68%

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

R = 33.57%
G = 35.68%
B = 30.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#BFCBAF (or 0xBFCBAF) is known color: Pale Leaf. HEX triplet: BF, CB and AF. RGB value is (191,203,175). Sum of RGB (Red+Green+Blue) = 191+203+175=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCBAF is #403450. Grayscale: #C4C4C4. Windows color (decimal): -4207697 or 11520959. OLE color: 11520959.

HSL color Cylindrical-coordinate representation of color #BFCBAF: hue angle of 85.71º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFCBAF is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 203 175 -
CMYK 0.06 0 0.14 0.20
HSL 85.71º 0.21% 0.74% -
HSV(B) 85.71º 0.14% 0.8% -
XYZ 50.58 56.88 48.87 -
YUV 196.22 116.02 124.28 -
System Red Green Blue C M Y K H S L
Decimal 191 203 175 0.06 0 0.14 0.20 85.71 0.21 0.74
Hex BF CB AF 6 0 E 14 56 15 4A
Octal 277 313 257 6 0 16 24 126 25 112
Binary 10111111 11001011 10101111 110 0 1110 10100 1010110 10101 1001010

Color Harmonies of #BFCBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCBAF

Black with #BFCBAF

Text Example


Text Example

White with #BFCBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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