#BEEFC1

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

Shades of Fringy Flower #BEEFC1

Tints of Fringy Flower #BEEFC1

Color information

#BEEFC1 (or 0xBEEFC1) is unknown color: approx Fringy Flower. HEX triplet: BE, EF and C1. RGB value is (190,239,193). Sum of RGB (Red+Green+Blue) = 190+239+193=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFC1 is #41103E. Grayscale: #DBDBDB. Windows color (decimal): -4263999 or 12709822. OLE color: 12709822.

HSL color Cylindrical-coordinate representation of color #BEEFC1: hue angle of 123.67º 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 #BEEFC1 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB190239193-
CMYK0.2100.190.06
HSL123.67º60.49%84.12%-
HSV(B)123.67º20.5%93.73%-
XYZ61.7376.5361.97-
YUV219.1113.27107.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.55%
GREEN value IS 239 (93.75% from 255) = 38.42%
BLUE value IS 193 (75.78% from 255) = 31.03%
R=30.55%
G=38.42%
B=31.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902391930.2100.190.06123.6760.4984.12
HexBEEFC11501367c3c54
Octal27635730125023617474124
Binary1011111011101111110000011010101001111011111001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFC1; }

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

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

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

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

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

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

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

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