#BDEBB9

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

Shades of Fringy Flower #BDEBB9

Tints of Fringy Flower #BDEBB9

Color information

#BDEBB9 (or 0xBDEBB9) is unknown color: approx Fringy Flower. HEX triplet: BD, EB and B9. RGB value is (189,235,185). Sum of RGB (Red+Green+Blue) = 189+235+185=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBB9 is #421446. Grayscale: #D7D7D7. Windows color (decimal): -4330567 or 12184509. OLE color: 12184509.

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

Color convert

RGB189235185-
CMYK0.2000.210.08
HSL115.2º55.56%82.35%-
HSV(B)115.2º21.28%92.16%-
XYZ59.4573.7457-
YUV215.55110.76109.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.03%
GREEN value IS 235 (92.19% from 255) = 38.59%
BLUE value IS 185 (72.66% from 255) = 30.38%
R=31.03%
G=38.59%
B=30.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892351850.2000.210.08115.255.5682.35
HexBDEBB9140158733852
Octal275353271240251016370122
Binary10111101111010111011100110100010101100011100111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBB9; }

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

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

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

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

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

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

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

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