#BFF4BD

Color #BFF4BD Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #BFF4BD

Tints of Fringy Flower #BFF4BD

Color information

#BFF4BD (or 0xBFF4BD) is unknown color: approx Fringy Flower. HEX triplet: BF, F4 and BD. RGB value is (191,244,189). Sum of RGB (Red+Green+Blue) = 191+244+189=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 244 (95.70% from 255 or 39.10% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF4BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF4BD is #400B42. Grayscale: #DEDEDE. Windows color (decimal): -4197187 or 12448959. OLE color: 12448959.

HSL color Cylindrical-coordinate representation of color #BFF4BD: hue angle of 117.82º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF4BD is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB191244189-
CMYK0.2200.230.04
HSL117.82º71.43%84.9%-
HSV(B)117.82º22.54%95.69%-
XYZ63.0279.4560.16-
YUV221.88109.44105.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.61%
GREEN value IS 244 (95.70% from 255) = 39.10%
BLUE value IS 189 (74.22% from 255) = 30.29%
R=30.61%
G=39.10%
B=30.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912441890.2200.230.04117.8271.4384.9
HexBFF4BD160174764755
Octal277364275260274166107125
Binary10111111111101001011110110110010111100111011010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF4BD; }

 p { color: rgb(191,244,189); }

 H1.HeaderClassName
 {
   color: #BFF4BD;
 }
 .AnyTagClassName
 {
   color: #BFF4BD;
 }
</style>
background-color css

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

 a { background-color: rgb(191,244,189); }

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

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

 span { border-color: rgb(191,244,189); }

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