Html Css Color HEX #BFCBA2 Pale Leaf

📋 copy color: '#BFCBA2'

red 191 ◦ green 203 ◦ blue 162

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

Shades of Pale Leaf #BFCBA2

Tints of Pale Leaf #BFCBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.14%

R = 34.35%
G = 36.51%
B = 29.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#BFCBA2 (or 0xBFCBA2) is known color: Pale Leaf. HEX triplet: BF, CB and A2. RGB value is (191,203,162). Sum of RGB (Red+Green+Blue) = 191+203+162=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 162 (63.67% from 255 or 29.14% from 556); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCBA2 is #40345D. Grayscale: #C2C2C2. Windows color (decimal): -4207710 or 10668991. OLE color: 10668991.

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

Color convert

RGB 191 203 162 -
CMYK 0.06 0 0.20 0.20
HSL 77.56º 0.28% 0.72% -
HSV(B) 77.56º 0.2% 0.8% -
XYZ 49.36 56.4 42.47 -
YUV 194.74 109.52 125.33 -
System Red Green Blue C M Y K H S L
Decimal 191 203 162 0.06 0 0.20 0.20 77.56 0.28 0.72
Hex BF CB A2 6 0 14 14 4E 1C 48
Octal 277 313 242 6 0 24 24 116 34 110
Binary 10111111 11001011 10100010 110 0 10100 10100 1001110 11100 1001000

Color Harmonies of #BFCBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCBA2

Black with #BFCBA2

Text Example


Text Example

White with #BFCBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCBA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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