#BDE6C0

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

Shades of Fringy Flower #BDE6C0

Tints of Fringy Flower #BDE6C0

Color information

#BDE6C0 (or 0xBDE6C0) is unknown color: approx Fringy Flower. HEX triplet: BD, E6 and C0. RGB value is (189,230,192). Sum of RGB (Red+Green+Blue) = 189+230+192=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6C0 is #42193F. Grayscale: #D5D5D5. Windows color (decimal): -4331840 or 12641981. OLE color: 12641981.

HSL color Cylindrical-coordinate representation of color #BDE6C0: hue angle of 124.39º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE6C0 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB189230192-
CMYK0.1800.170.10
HSL124.39º45.05%82.16%-
HSV(B)124.39º17.83%90.2%-
XYZ58.871.2260.52-
YUV213.41115.92110.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.93%
GREEN value IS 230 (90.23% from 255) = 37.64%
BLUE value IS 192 (75.39% from 255) = 31.42%
R=30.93%
G=37.64%
B=31.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892301920.1800.170.10124.3945.0582.16
HexBDE6C012011A7c2d52
Octal275346300220211217455122
Binary10111101111001101100000010010010001101011111001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE6C0; }

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

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

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

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

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

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

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

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