#BDE7BD

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

Shades of Fringy Flower #BDE7BD

Tints of Fringy Flower #BDE7BD

Color information

#BDE7BD (or 0xBDE7BD) is unknown color: approx Fringy Flower. HEX triplet: BD, E7 and BD. RGB value is (189,231,189). Sum of RGB (Red+Green+Blue) = 189+231+189=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7BD is #421842. Grayscale: #D5D5D5. Windows color (decimal): -4331587 or 12445629. OLE color: 12445629.

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

Color convert

RGB189231189-
CMYK0.1800.180.09
HSL120º46.67%82.35%-
HSV(B)120º18.18%90.59%-
XYZ58.7571.6458.88-
YUV213.65114.09110.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.03%
GREEN value IS 231 (90.62% from 255) = 37.93%
BLUE value IS 189 (74.22% from 255) = 31.03%
R=31.03%
G=37.93%
B=31.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892311890.1800.180.0912046.6782.35
HexBDE7BD120129782f52
Octal275347275220221117057122
Binary10111101111001111011110110010010010100111110001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7BD; }

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

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

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

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

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

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

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

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