#BDE2C0

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

Shades of Fringy Flower #BDE2C0

Tints of Fringy Flower #BDE2C0

Color information

#BDE2C0 (or 0xBDE2C0) is unknown color: approx Fringy Flower. HEX triplet: BD, E2 and C0. RGB value is (189,226,192). Sum of RGB (Red+Green+Blue) = 189+226+192=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2C0 is #421D3F. Grayscale: #D3D3D3. Windows color (decimal): -4332864 or 12640957. OLE color: 12640957.

HSL color Cylindrical-coordinate representation of color #BDE2C0: hue angle of 124.86º 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 #BDE2C0 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB189226192-
CMYK0.1600.150.11
HSL124.86º38.95%81.37%-
HSV(B)124.86º16.37%88.63%-
XYZ57.769.0260.15-
YUV211.06117.24112.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 226 (88.67% from 255) = 37.23%
BLUE value IS 192 (75.39% from 255) = 31.63%
R=31.14%
G=37.23%
B=31.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892261920.1600.150.11124.8638.9581.37
HexBDE2C0100FB7d2751
Octal275342300200171317547121
Binary1011110111100010110000001000001111101111111011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE2C0; }

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

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

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

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

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

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

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

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