#BDE3BC

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

Shades of Fringy Flower #BDE3BC

Tints of Fringy Flower #BDE3BC

Color information

#BDE3BC (or 0xBDE3BC) is unknown color: approx Fringy Flower. HEX triplet: BD, E3 and BC. RGB value is (189,227,188). Sum of RGB (Red+Green+Blue) = 189+227+188=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE3BC is #421C43. Grayscale: #D3D3D3. Windows color (decimal): -4332612 or 12379069. OLE color: 12379069.

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

Color convert

RGB189227188-
CMYK0.1700.170.11
HSL118.46º41.05%81.37%-
HSV(B)118.46º17.18%89.02%-
XYZ57.5369.3957.94-
YUV211.19114.91112.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 227 (89.06% from 255) = 37.58%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=31.29%
G=37.58%
B=31.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892271880.1700.170.11118.4641.0581.37
HexBDE3BC11011B762951
Octal275343274210211316651121
Binary10111101111000111011110010001010001101111101101010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE3BC; }

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

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

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

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

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

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

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

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