#BDE8BA

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

Shades of Fringy Flower #BDE8BA

Tints of Fringy Flower #BDE8BA

Color information

#BDE8BA (or 0xBDE8BA) is unknown color: approx Fringy Flower. HEX triplet: BD, E8 and BA. RGB value is (189,232,186). Sum of RGB (Red+Green+Blue) = 189+232+186=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 232 (91.02% from 255 or 38.22% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE8BA is #421745. Grayscale: #D6D6D6. Windows color (decimal): -4331334 or 12249277. OLE color: 12249277.

HSL color Cylindrical-coordinate representation of color #BDE8BA: hue angle of 116.09º degrees, saturation: 0.5, 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 #BDE8BA is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB189232186-
CMYK0.1900.200.09
HSL116.09º50%81.96%-
HSV(B)116.09º19.83%90.98%-
XYZ58.7172.0857.27-
YUV213.9112.25110.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 232 (91.02% from 255) = 38.22%
BLUE value IS 186 (73.05% from 255) = 30.64%
R=31.14%
G=38.22%
B=30.64%

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
Decimal1892321860.1900.200.09116.095081.96
HexBDE8BA130149743252
Octal275350272230241116462122
Binary10111101111010001011101010011010100100111101001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE8BA; }

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

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

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

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

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

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

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

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