#BDE8BE

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

Shades of Fringy Flower #BDE8BE

Tints of Fringy Flower #BDE8BE

Color information

#BDE8BE (or 0xBDE8BE) is unknown color: approx Fringy Flower. HEX triplet: BD, E8 and BE. RGB value is (189,232,190). Sum of RGB (Red+Green+Blue) = 189+232+190=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE8BE is #421741. Grayscale: #D6D6D6. Windows color (decimal): -4331330 or 12511421. OLE color: 12511421.

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

Color convert

RGB189232190-
CMYK0.1900.180.09
HSL121.4º48.31%82.55%-
HSV(B)121.4º18.53%90.98%-
XYZ59.1472.2559.54-
YUV214.36114.25109.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.93%
GREEN value IS 232 (91.02% from 255) = 37.97%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=30.93%
G=37.97%
B=31.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892321900.1900.180.09121.448.3182.55
HexBDE8BE130129793053
Octal275350276230221117160123
Binary10111101111010001011111010011010010100111110011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE8BE; }

 p { color: rgb(189,232,190); }

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

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

 a { background-color: rgb(189,232,190); }

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

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

 span { border-color: rgb(189,232,190); }

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