#BDEAC0

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

Shades of Fringy Flower #BDEAC0

Tints of Fringy Flower #BDEAC0

Color information

#BDEAC0 (or 0xBDEAC0) is unknown color: approx Fringy Flower. HEX triplet: BD, EA and C0. RGB value is (189,234,192). Sum of RGB (Red+Green+Blue) = 189+234+192=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAC0 is #42153F. Grayscale: #D7D7D7. Windows color (decimal): -4330816 or 12643005. OLE color: 12643005.

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

Color convert

RGB189234192-
CMYK0.1900.180.08
HSL124º51.72%82.94%-
HSV(B)124º19.23%91.76%-
XYZ59.9273.4760.89-
YUV215.76114.59108.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.73%
GREEN value IS 234 (91.80% from 255) = 38.05%
BLUE value IS 192 (75.39% from 255) = 31.22%
R=30.73%
G=38.05%
B=31.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892341920.1900.180.0812451.7282.94
HexBDEAC01301287c3453
Octal275352300230221017464123
Binary10111101111010101100000010011010010100011111001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEAC0; }

 p { color: rgb(189,234,192); }

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

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

 a { background-color: rgb(189,234,192); }

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

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

 span { border-color: rgb(189,234,192); }

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