#BDE4BB

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

Shades of Fringy Flower #BDE4BB

Tints of Fringy Flower #BDE4BB

Color information

#BDE4BB (or 0xBDE4BB) is unknown color: approx Fringy Flower. HEX triplet: BD, E4 and BB. RGB value is (189,228,187). Sum of RGB (Red+Green+Blue) = 189+228+187=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4BB is #421B44. Grayscale: #D3D3D3. Windows color (decimal): -4332357 or 12313789. OLE color: 12313789.

HSL color Cylindrical-coordinate representation of color #BDE4BB: hue angle of 117.07º degrees, saturation: 0.43, 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 #BDE4BB is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB189228187-
CMYK0.1700.180.11
HSL117.07º43.16%81.37%-
HSV(B)117.07º17.98%89.41%-
XYZ57.769.8957.46-
YUV211.66114.08111.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 228 (89.45% from 255) = 37.75%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=31.29%
G=37.75%
B=30.96%

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
Decimal1892281870.1700.180.11117.0743.1681.37
HexBDE4BB11012B752b51
Octal275344273210221316553121
Binary10111101111001001011101110001010010101111101011010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE4BB; }

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

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

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

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

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

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

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

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