#BDE3BF

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

Shades of Fringy Flower #BDE3BF

Tints of Fringy Flower #BDE3BF

Color information

#BDE3BF (or 0xBDE3BF) is unknown color: approx Fringy Flower. HEX triplet: BD, E3 and BF. RGB value is (189,227,191). Sum of RGB (Red+Green+Blue) = 189+227+191=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE3BF is #421C40. Grayscale: #D3D3D3. Windows color (decimal): -4332609 or 12575677. OLE color: 12575677.

HSL color Cylindrical-coordinate representation of color #BDE3BF: hue angle of 123.16º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE3BF is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB189227191-
CMYK0.1700.160.11
HSL123.16º40.43%81.57%-
HSV(B)123.16º16.74%89.02%-
XYZ57.8669.5259.66-
YUV211.53116.41111.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 227 (89.06% from 255) = 37.40%
BLUE value IS 191 (75% from 255) = 31.47%
R=31.14%
G=37.40%
B=31.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892271910.1700.160.11123.1640.4381.57
HexBDE3BF11010B7b2852
Octal275343277210201317350122
Binary10111101111000111011111110001010000101111110111010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE3BF; }

 p { color: rgb(189,227,191); }

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

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

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

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

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

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

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