#BDE6BD

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

Shades of Fringy Flower #BDE6BD

Tints of Fringy Flower #BDE6BD

Color information

#BDE6BD (or 0xBDE6BD) is unknown color: approx Fringy Flower. HEX triplet: BD, E6 and BD. RGB value is (189,230,189). Sum of RGB (Red+Green+Blue) = 189+230+189=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6BD is #421942. Grayscale: #D5D5D5. Windows color (decimal): -4331843 or 12445373. OLE color: 12445373.

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

Color convert

RGB189230189-
CMYK0.1800.180.10
HSL120º45.05%82.16%-
HSV(B)120º17.83%90.2%-
XYZ58.4771.0958.78-
YUV213.07114.42110.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.09%
GREEN value IS 230 (90.23% from 255) = 37.83%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=31.09%
G=37.83%
B=31.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892301890.1800.180.1012045.0582.16
HexBDE6BD12012A782d52
Octal275346275220221217055122
Binary10111101111001101011110110010010010101011110001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE6BD; }

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

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

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

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

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

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

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

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