Html Css Color HEX #BFCBA6 Pale Leaf

📋 copy color: '#BFCBA6'

red 191 ◦ green 203 ◦ blue 166

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

Shades of Pale Leaf #BFCBA6

Tints of Pale Leaf #BFCBA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.64%

R = 34.11%
G = 36.25%
B = 29.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#BFCBA6 (or 0xBFCBA6) is known color: Pale Leaf. HEX triplet: BF, CB and A6. RGB value is (191,203,166). Sum of RGB (Red+Green+Blue) = 191+203+166=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 166 (65.23% from 255 or 29.64% from 560); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCBA6 is #403459. Grayscale: #C3C3C3. Windows color (decimal): -4207706 or 10931135. OLE color: 10931135.

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

Color convert

RGB 191 203 166 -
CMYK 0.06 0 0.18 0.20
HSL 79.46º 0.26% 0.72% -
HSV(B) 79.46º 0.18% 0.8% -
XYZ 49.72 56.54 44.37 -
YUV 195.19 111.52 125.01 -
System Red Green Blue C M Y K H S L
Decimal 191 203 166 0.06 0 0.18 0.20 79.46 0.26 0.72
Hex BF CB A6 6 0 12 14 4F 1A 48
Octal 277 313 246 6 0 22 24 117 32 110
Binary 10111111 11001011 10100110 110 0 10010 10100 1001111 11010 1001000

Color Harmonies of #BFCBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCBA6

Black with #BFCBA6

Text Example


Text Example

White with #BFCBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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