#BDECB9

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

Shades of Fringy Flower #BDECB9

Tints of Fringy Flower #BDECB9

Color information

#BDECB9 (or 0xBDECB9) is unknown color: approx Fringy Flower. HEX triplet: BD, EC and B9. RGB value is (189,236,185). Sum of RGB (Red+Green+Blue) = 189+236+185=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECB9 is #421346. Grayscale: #D8D8D8. Windows color (decimal): -4330311 or 12184765. OLE color: 12184765.

HSL color Cylindrical-coordinate representation of color #BDECB9: hue angle of 115.29º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDECB9 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB189236185-
CMYK0.2000.220.07
HSL115.29º57.3%82.55%-
HSV(B)115.29º21.61%92.55%-
XYZ59.7474.3157.09-
YUV216.13110.43108.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.98%
GREEN value IS 236 (92.58% from 255) = 38.69%
BLUE value IS 185 (72.66% from 255) = 30.33%
R=30.98%
G=38.69%
B=30.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892361850.2000.220.07115.2957.382.55
HexBDECB9140167733953
Octal27535427124026716371123
Binary1011110111101100101110011010001011011111100111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECB9; }

 p { color: rgb(189,236,185); }

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

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

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

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

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

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

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