#BDE2BE

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

Shades of Fringy Flower #BDE2BE

Tints of Fringy Flower #BDE2BE

Color information

#BDE2BE (or 0xBDE2BE) is unknown color: approx Fringy Flower. HEX triplet: BD, E2 and BE. RGB value is (189,226,190). Sum of RGB (Red+Green+Blue) = 189+226+190=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2BE is #421D41. Grayscale: #D2D2D2. Windows color (decimal): -4332866 or 12509885. OLE color: 12509885.

HSL color Cylindrical-coordinate representation of color #BDE2BE: hue angle of 121.62º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE2BE is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB189226190-
CMYK0.1600.160.11
HSL121.62º38.95%81.37%-
HSV(B)121.62º16.37%88.63%-
XYZ57.4868.9358.99-
YUV210.83116.24112.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.24%
GREEN value IS 226 (88.67% from 255) = 37.36%
BLUE value IS 190 (74.61% from 255) = 31.40%
R=31.24%
G=37.36%
B=31.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892261900.1600.160.11121.6238.9581.37
HexBDE2BE10010B7a2751
Octal275342276200201317247121
Binary10111101111000101011111010000010000101111110101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE2BE; }

 p { color: rgb(189,226,190); }

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

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

 a { background-color: rgb(189,226,190); }

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

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

 span { border-color: rgb(189,226,190); }

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