#BDE7C1

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

Shades of Fringy Flower #BDE7C1

Tints of Fringy Flower #BDE7C1

Color information

#BDE7C1 (or 0xBDE7C1) is unknown color: approx Fringy Flower. HEX triplet: BD, E7 and C1. RGB value is (189,231,193). Sum of RGB (Red+Green+Blue) = 189+231+193=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7C1 is #42183E. Grayscale: #D6D6D6. Windows color (decimal): -4331583 or 12707773. OLE color: 12707773.

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

Color convert

RGB189231193-
CMYK0.1800.160.09
HSL125.71º46.67%82.35%-
HSV(B)125.71º18.18%90.59%-
XYZ59.1971.8261.2-
YUV214.11116.09110.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.83%
GREEN value IS 231 (90.62% from 255) = 37.68%
BLUE value IS 193 (75.78% from 255) = 31.48%
R=30.83%
G=37.68%
B=31.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892311930.1800.160.09125.7146.6782.35
HexBDE7C11201097e2f52
Octal275347301220201117657122
Binary10111101111001111100000110010010000100111111101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7C1; }

 p { color: rgb(189,231,193); }

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

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

 a { background-color: rgb(189,231,193); }

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

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

 span { border-color: rgb(189,231,193); }

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