#BDE9BA

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

Shades of Fringy Flower #BDE9BA

Tints of Fringy Flower #BDE9BA

Color information

#BDE9BA (or 0xBDE9BA) is unknown color: approx Fringy Flower. HEX triplet: BD, E9 and BA. RGB value is (189,233,186). Sum of RGB (Red+Green+Blue) = 189+233+186=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9BA is #421645. Grayscale: #D6D6D6. Windows color (decimal): -4331078 or 12249533. OLE color: 12249533.

HSL color Cylindrical-coordinate representation of color #BDE9BA: hue angle of 116.17º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDE9BA is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB189233186-
CMYK0.1900.200.09
HSL116.17º51.65%82.16%-
HSV(B)116.17º20.17%91.37%-
XYZ58.9972.6457.37-
YUV214.49111.92109.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.09%
GREEN value IS 233 (91.41% from 255) = 38.32%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=31.09%
G=38.32%
B=30.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892331860.1900.200.09116.1751.6582.16
HexBDE9BA130149743452
Octal275351272230241116464122
Binary10111101111010011011101010011010100100111101001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE9BA; }

 p { color: rgb(189,233,186); }

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

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

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

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

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

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

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