#BEECBA

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

Shades of Fringy Flower #BEECBA

Tints of Fringy Flower #BEECBA

Color information

#BEECBA (or 0xBEECBA) is unknown color: approx Fringy Flower. HEX triplet: BE, EC and BA. RGB value is (190,236,186). Sum of RGB (Red+Green+Blue) = 190+236+186=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEECBA is #411345. Grayscale: #D8D8D8. Windows color (decimal): -4264774 or 12250302. OLE color: 12250302.

HSL color Cylindrical-coordinate representation of color #BEECBA: hue angle of 115.2º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEECBA is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB190236186-
CMYK0.1900.210.07
HSL115.2º56.82%82.75%-
HSV(B)115.2º21.19%92.55%-
XYZ60.0974.4857.66-
YUV216.55110.76109.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.05%
GREEN value IS 236 (92.58% from 255) = 38.56%
BLUE value IS 186 (73.05% from 255) = 30.39%
R=31.05%
G=38.56%
B=30.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902361860.1900.210.07115.256.8282.75
HexBEECBA130157733953
Octal27635427223025716371123
Binary1011111011101100101110101001101010111111100111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEECBA; }

 p { color: rgb(190,236,186); }

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

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

 a { background-color: rgb(190,236,186); }

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

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

 span { border-color: rgb(190,236,186); }

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