#BDE3BB

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

Shades of Fringy Flower #BDE3BB

Tints of Fringy Flower #BDE3BB

Color information

#BDE3BB (or 0xBDE3BB) is unknown color: approx Fringy Flower. HEX triplet: BD, E3 and BB. RGB value is (189,227,187). Sum of RGB (Red+Green+Blue) = 189+227+187=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE3BB is #421C44. Grayscale: #D3D3D3. Windows color (decimal): -4332613 or 12313533. OLE color: 12313533.

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

Color convert

RGB189227187-
CMYK0.1700.180.11
HSL117º41.67%81.18%-
HSV(B)117º17.62%89.02%-
XYZ57.4269.3457.37-
YUV211.08114.41112.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.34%
GREEN value IS 227 (89.06% from 255) = 37.65%
BLUE value IS 187 (73.44% from 255) = 31.01%
R=31.34%
G=37.65%
B=31.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892271870.1700.180.1111741.6781.18
HexBDE3BB11012B752a51
Octal275343273210221316552121
Binary10111101111000111011101110001010010101111101011010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE3BB; }

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

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

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

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

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

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

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

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