#BDE0BF

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

Shades of Fringy Flower #BDE0BF

Tints of Fringy Flower #BDE0BF

Color information

#BDE0BF (or 0xBDE0BF) is unknown color: approx Fringy Flower. HEX triplet: BD, E0 and BF. RGB value is (189,224,191). Sum of RGB (Red+Green+Blue) = 189+224+191=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0BF is #421F40. Grayscale: #D1D1D1. Windows color (decimal): -4333377 or 12574909. OLE color: 12574909.

HSL color Cylindrical-coordinate representation of color #BDE0BF: hue angle of 123.43º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE0BF is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB189224191-
CMYK0.1600.150.12
HSL123.43º36.08%80.98%-
HSV(B)123.43º15.62%87.84%-
XYZ57.0567.8959.39-
YUV209.77117.4113.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 224 (87.89% from 255) = 37.09%
BLUE value IS 191 (75% from 255) = 31.62%
R=31.29%
G=37.09%
B=31.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892241910.1600.150.12123.4336.0880.98
HexBDE0BF100FC7b2451
Octal275340277200171417344121
Binary1011110111100000101111111000001111110011110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0BF; }

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

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

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

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

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

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

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

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