#BEFFBD

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

Shades of Fringy Flower #BEFFBD

Tints of Fringy Flower #BEFFBD

Color information

#BEFFBD (or 0xBEFFBD) is unknown color: approx Fringy Flower. HEX triplet: BE, FF and BD. RGB value is (190,255,189). Sum of RGB (Red+Green+Blue) = 190+255+189=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFBD is #410042. Grayscale: #E4E4E4. Windows color (decimal): -4259907 or 12451774. OLE color: 12451774.

HSL color Cylindrical-coordinate representation of color #BEFFBD: hue angle of 119.09º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEFFBD is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB190255189-
CMYK0.2500.260
HSL119.09º100%87.06%-
HSV(B)119.09º25.88%100%-
XYZ66.1886.1461.28-
YUV228.04105.97100.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.97%
GREEN value IS 255 (100% from 255) = 40.22%
BLUE value IS 189 (74.22% from 255) = 29.81%
R=29.97%
G=40.22%
B=29.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902551890.2500.260119.0910087.06
HexBEFFBD1901A0776457
Octal276377275310320167144127
Binary101111101111111110111101110010110100111011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFBD; }

 p { color: rgb(190,255,189); }

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

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

 a { background-color: rgb(190,255,189); }

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

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

 span { border-color: rgb(190,255,189); }

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