#BDE9C0

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

Shades of Fringy Flower #BDE9C0

Tints of Fringy Flower #BDE9C0

Color information

#BDE9C0 (or 0xBDE9C0) is unknown color: approx Fringy Flower. HEX triplet: BD, E9 and C0. RGB value is (189,233,192). Sum of RGB (Red+Green+Blue) = 189+233+192=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9C0 is #42163F. Grayscale: #D7D7D7. Windows color (decimal): -4331072 or 12642749. OLE color: 12642749.

HSL color Cylindrical-coordinate representation of color #BDE9C0: hue angle of 124.09º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE9C0 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB189233192-
CMYK0.1900.180.09
HSL124.09º50%82.75%-
HSV(B)124.09º18.88%91.37%-
XYZ59.6472.960.8-
YUV215.17114.92109.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.78%
GREEN value IS 233 (91.41% from 255) = 37.95%
BLUE value IS 192 (75.39% from 255) = 31.27%
R=30.78%
G=37.95%
B=31.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892331920.1900.180.09124.095082.75
HexBDE9C01301297c3253
Octal275351300230221117462123
Binary10111101111010011100000010011010010100111111001100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE9C0; }

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

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

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

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

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

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

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

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