#BEEEC0

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

Shades of Fringy Flower #BEEEC0

Tints of Fringy Flower #BEEEC0

Color information

#BEEEC0 (or 0xBEEEC0) is unknown color: approx Fringy Flower. HEX triplet: BE, EE and C0. RGB value is (190,238,192). Sum of RGB (Red+Green+Blue) = 190+238+192=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEEC0 is #41113F. Grayscale: #DADADA. Windows color (decimal): -4264256 or 12644030. OLE color: 12644030.

HSL color Cylindrical-coordinate representation of color #BEEEC0: hue angle of 122.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEEC0 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB190238192-
CMYK0.2000.190.07
HSL122.5º58.54%83.92%-
HSV(B)122.5º20.17%93.33%-
XYZ61.3275.961.29-
YUV218.4113.1107.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.65%
GREEN value IS 238 (93.36% from 255) = 38.39%
BLUE value IS 192 (75.39% from 255) = 30.97%
R=30.65%
G=38.39%
B=30.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902381920.2000.190.07122.558.5483.92
HexBEEEC01401377a3b54
Octal27635630024023717273124
Binary1011111011101110110000001010001001111111110101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEEC0; }

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

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

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

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

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

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

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

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