#BDEBBD

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

Shades of Fringy Flower #BDEBBD

Tints of Fringy Flower #BDEBBD

Color information

#BDEBBD (or 0xBDEBBD) is unknown color: approx Fringy Flower. HEX triplet: BD, EB and BD. RGB value is (189,235,189). Sum of RGB (Red+Green+Blue) = 189+235+189=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBBD is #421442. Grayscale: #D8D8D8. Windows color (decimal): -4330563 or 12446653. OLE color: 12446653.

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

Color convert

RGB189235189-
CMYK0.2000.200.08
HSL120º53.49%83.14%-
HSV(B)120º19.57%92.16%-
XYZ59.8873.9159.25-
YUV216112.76108.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.83%
GREEN value IS 235 (92.19% from 255) = 38.34%
BLUE value IS 189 (74.22% from 255) = 30.83%
R=30.83%
G=38.34%
B=30.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892351890.2000.200.0812053.4983.14
HexBDEBBD140148783553
Octal275353275240241017065123
Binary10111101111010111011110110100010100100011110001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBBD; }

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

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

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

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

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

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

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

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