#BDECBD

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

Shades of Fringy Flower #BDECBD

Tints of Fringy Flower #BDECBD

Color information

#BDECBD (or 0xBDECBD) is unknown color: approx Fringy Flower. HEX triplet: BD, EC and BD. RGB value is (189,236,189). Sum of RGB (Red+Green+Blue) = 189+236+189=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECBD is #421342. Grayscale: #D8D8D8. Windows color (decimal): -4330307 or 12446909. OLE color: 12446909.

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

Color convert

RGB189236189-
CMYK0.2000.200.07
HSL120º55.29%83.33%-
HSV(B)120º19.92%92.55%-
XYZ60.1774.4859.35-
YUV216.59112.43108.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.78%
GREEN value IS 236 (92.58% from 255) = 38.44%
BLUE value IS 189 (74.22% from 255) = 30.78%
R=30.78%
G=38.44%
B=30.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892361890.2000.200.0712055.2983.33
HexBDECBD140147783753
Octal27535427524024717067123
Binary1011110111101100101111011010001010011111110001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECBD; }

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

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

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

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

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

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

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

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