#BEEFC0

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

Shades of Fringy Flower #BEEFC0

Tints of Fringy Flower #BEEFC0

Color information

#BEEFC0 (or 0xBEEFC0) is unknown color: approx Fringy Flower. HEX triplet: BE, EF and C0. RGB value is (190,239,192). Sum of RGB (Red+Green+Blue) = 190+239+192=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFC0 is #41103F. Grayscale: #DBDBDB. Windows color (decimal): -4264000 or 12644286. OLE color: 12644286.

HSL color Cylindrical-coordinate representation of color #BEEFC0: hue angle of 122.45º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEFC0 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB190239192-
CMYK0.2100.200.06
HSL122.45º60.49%84.12%-
HSV(B)122.45º20.5%93.73%-
XYZ61.6276.4961.38-
YUV218.99112.77107.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.60%
GREEN value IS 239 (93.75% from 255) = 38.49%
BLUE value IS 192 (75.39% from 255) = 30.92%
R=30.60%
G=38.49%
B=30.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902391920.2100.200.06122.4560.4984.12
HexBEEFC01501467a3c54
Octal27635730025024617274124
Binary1011111011101111110000001010101010011011110101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFC0; }

 p { color: rgb(190,239,192); }

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

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

 a { background-color: rgb(190,239,192); }

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

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

 span { border-color: rgb(190,239,192); }

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