#BEFABB

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

Shades of Fringy Flower #BEFABB

Tints of Fringy Flower #BEFABB

Color information

#BEFABB (or 0xBEFABB) is unknown color: approx Fringy Flower. HEX triplet: BE, FA and BB. RGB value is (190,250,187). Sum of RGB (Red+Green+Blue) = 190+250+187=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFABB is #410544. Grayscale: #E1E1E1. Windows color (decimal): -4261189 or 12319422. OLE color: 12319422.

HSL color Cylindrical-coordinate representation of color #BEFABB: hue angle of 117.14º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFABB is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB190250187-
CMYK0.2400.250.02
HSL117.14º86.3%85.69%-
HSV(B)117.14º25.2%98.04%-
XYZ64.3982.9159.62-
YUV224.88106.62103.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 250 (98.05% from 255) = 39.87%
BLUE value IS 187 (73.44% from 255) = 29.82%
R=30.30%
G=39.87%
B=29.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902501870.2400.250.02117.1486.385.69
HexBEFABB180192755656
Octal276372273300312165126126
Binary1011111011111010101110111100001100110111010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFABB; }

 p { color: rgb(190,250,187); }

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

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

 a { background-color: rgb(190,250,187); }

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

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

 span { border-color: rgb(190,250,187); }

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