#BDE8BD

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

Shades of Fringy Flower #BDE8BD

Tints of Fringy Flower #BDE8BD

Color information

#BDE8BD (or 0xBDE8BD) is unknown color: approx Fringy Flower. HEX triplet: BD, E8 and BD. RGB value is (189,232,189). Sum of RGB (Red+Green+Blue) = 189+232+189=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE8BD is #421742. Grayscale: #D6D6D6. Windows color (decimal): -4331331 or 12445885. OLE color: 12445885.

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

Color convert

RGB189232189-
CMYK0.1900.190.09
HSL120º48.31%82.55%-
HSV(B)120º18.53%90.98%-
XYZ59.0372.2158.97-
YUV214.24113.75110-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.98%
GREEN value IS 232 (91.02% from 255) = 38.03%
BLUE value IS 189 (74.22% from 255) = 30.98%
R=30.98%
G=38.03%
B=30.98%

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
Decimal1892321890.1900.190.0912048.3182.55
HexBDE8BD130139783053
Octal275350275230231117060123
Binary10111101111010001011110110011010011100111110001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE8BD; }

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

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

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

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

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

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

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

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