#BDE9BD

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

Shades of Fringy Flower #BDE9BD

Tints of Fringy Flower #BDE9BD

Color information

#BDE9BD (or 0xBDE9BD) is unknown color: approx Fringy Flower. HEX triplet: BD, E9 and BD. RGB value is (189,233,189). Sum of RGB (Red+Green+Blue) = 189+233+189=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9BD is #421642. Grayscale: #D6D6D6. Windows color (decimal): -4331075 or 12446141. OLE color: 12446141.

HSL color Cylindrical-coordinate representation of color #BDE9BD: hue angle of 120º 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 #BDE9BD is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB189233189-
CMYK0.1900.190.09
HSL120º50%82.75%-
HSV(B)120º18.88%91.37%-
XYZ59.3172.7759.06-
YUV214.83113.42109.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.93%
GREEN value IS 233 (91.41% from 255) = 38.13%
BLUE value IS 189 (74.22% from 255) = 30.93%
R=30.93%
G=38.13%
B=30.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892331890.1900.190.091205082.75
HexBDE9BD130139783253
Octal275351275230231117062123
Binary10111101111010011011110110011010011100111110001100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE9BD; }

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

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

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

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

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

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

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

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