Html Css Color HEX #BFD47E Deco

📋 copy color: '#BFD47E'

red 191 ◦ green 212 ◦ blue 126

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

Shades of Deco #BFD47E

Tints of Deco #BFD47E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.08%

 BLUE value IS 126 (49.61% from 255) = 23.82%

R = 36.11%
G = 40.08%
B = 23.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#BFD47E (or 0xBFD47E) is known color: Deco. HEX triplet: BF, D4 and 7E. RGB value is (191,212,126). Sum of RGB (Red+Green+Blue) = 191+212+126=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD47E is #402B81. Grayscale: #C4C4C4. Windows color (decimal): -4205442 or 8311999. OLE color: 8311999.

HSL color Cylindrical-coordinate representation of color #BFD47E: hue angle of 74.65º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFD47E is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 212 126 -
CMYK 0.10 0 0.41 0.17
HSL 74.65º 0.5% 0.66% -
HSV(B) 74.65º 0.41% 0.83% -
XYZ 48.8 59.67 28.68 -
YUV 195.92 88.54 124.49 -
System Red Green Blue C M Y K H S L
Decimal 191 212 126 0.10 0 0.41 0.17 74.65 0.5 0.66
Hex BF D4 7E A 0 29 11 4B 32 42
Octal 277 324 176 12 0 51 21 113 62 102
Binary 10111111 11010100 1111110 1010 0 101001 10001 1001011 110010 1000010

Color Harmonies of #BFD47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD47E

Black with #BFD47E

Text Example


Text Example

White with #BFD47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD47E; }

 p { color: rgb(191,212,126); }

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

background-color css

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

 a { background-color: rgb(191,212,126); }

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

border-color css

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

 span { border-color: rgb(191,212,126); }

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