Html Css Color HEX #BFC5B2 Pale Leaf

📋 copy color: '#BFC5B2'

red 191 ◦ green 197 ◦ blue 178

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

Shades of Pale Leaf #BFC5B2

Tints of Pale Leaf #BFC5B2

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.81%

 BLUE value IS 178 (69.92% from 255) = 31.45%

R = 33.75%
G = 34.81%
B = 31.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#BFC5B2 (or 0xBFC5B2) is known color: Pale Leaf. HEX triplet: BF, C5 and B2. RGB value is (191,197,178). Sum of RGB (Red+Green+Blue) = 191+197+178=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC5B2 is #403A4D. Grayscale: #C1C1C1. Windows color (decimal): -4209230 or 11716031. OLE color: 11716031.

HSL color Cylindrical-coordinate representation of color #BFC5B2: hue angle of 78.95º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFC5B2 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 197 178 -
CMYK 0.03 0 0.10 0.23
HSL 78.95º 0.14% 0.74% -
HSV(B) 78.95º 0.1% 0.77% -
XYZ 49.49 54.22 49.98 -
YUV 193.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 191 197 178 0.03 0 0.10 0.23 78.95 0.14 0.74
Hex BF C5 B2 3 0 A 17 4F E 4A
Octal 277 305 262 3 0 12 27 117 16 112
Binary 10111111 11000101 10110010 11 0 1010 10111 1001111 1110 1001010

Color Harmonies of #BFC5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC5B2

Black with #BFC5B2

Text Example


Text Example

White with #BFC5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC5B2; }

 p { color: rgb(191,197,178); }

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

background-color css

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

 a { background-color: rgb(191,197,178); }

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

border-color css

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

 span { border-color: rgb(191,197,178); }

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