#BDE7BA

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

Shades of Fringy Flower #BDE7BA

Tints of Fringy Flower #BDE7BA

Color information

#BDE7BA (or 0xBDE7BA) is unknown color: approx Fringy Flower. HEX triplet: BD, E7 and BA. RGB value is (189,231,186). Sum of RGB (Red+Green+Blue) = 189+231+186=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 231 (90.62% from 255 or 38.12% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7BA is #421845. Grayscale: #D5D5D5. Windows color (decimal): -4331590 or 12249021. OLE color: 12249021.

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

Color convert

RGB189231186-
CMYK0.1800.190.09
HSL116º48.39%81.76%-
HSV(B)116º19.48%90.59%-
XYZ58.4371.5257.18-
YUV213.31112.59110.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.19%
GREEN value IS 231 (90.62% from 255) = 38.12%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=31.19%
G=38.12%
B=30.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892311860.1800.190.0911648.3981.76
HexBDE7BA120139743052
Octal275347272220231116460122
Binary10111101111001111011101010010010011100111101001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7BA; }

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

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

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

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

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

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

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

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