#BDF5C0

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

Shades of Fringy Flower #BDF5C0

Tints of Fringy Flower #BDF5C0

Color information

#BDF5C0 (or 0xBDF5C0) is unknown color: approx Fringy Flower. HEX triplet: BD, F5 and C0. RGB value is (189,245,192). Sum of RGB (Red+Green+Blue) = 189+245+192=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 245 (96.09% from 255 or 39.14% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF5C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF5C0 is #420A3F. Grayscale: #DEDEDE. Windows color (decimal): -4328000 or 12645821. OLE color: 12645821.

HSL color Cylindrical-coordinate representation of color #BDF5C0: hue angle of 123.21º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF5C0 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB189245192-
CMYK0.2300.220.04
HSL123.21º73.68%85.1%-
HSV(B)123.21º22.86%96.08%-
XYZ63.1579.9361.97-
YUV222.21110.95104.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.19%
GREEN value IS 245 (96.09% from 255) = 39.14%
BLUE value IS 192 (75.39% from 255) = 30.67%
R=30.19%
G=39.14%
B=30.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892451920.2300.220.04123.2173.6885.1
HexBDF5C01701647b4a55
Octal275365300270264173112125
Binary10111101111101011100000010111010110100111101110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF5C0; }

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

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

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

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

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

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

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

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