#BDF6BE

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

Shades of Fringy Flower #BDF6BE

Tints of Fringy Flower #BDF6BE

Color information

#BDF6BE (or 0xBDF6BE) is unknown color: approx Fringy Flower. HEX triplet: BD, F6 and BE. RGB value is (189,246,190). Sum of RGB (Red+Green+Blue) = 189+246+190=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 246 (96.48% from 255 or 39.36% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF6BE is #420941. Grayscale: #DEDEDE. Windows color (decimal): -4327746 or 12515005. OLE color: 12515005.

HSL color Cylindrical-coordinate representation of color #BDF6BE: hue angle of 121.05º degrees, saturation: 0.76, 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 #BDF6BE is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB189246190-
CMYK0.2300.230.04
HSL121.05º76%85.29%-
HSV(B)121.05º23.17%96.47%-
XYZ63.2480.4560.91-
YUV222.57109.62104.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.24%
GREEN value IS 246 (96.48% from 255) = 39.36%
BLUE value IS 190 (74.61% from 255) = 30.4%
R=30.24%
G=39.36%
B=30.4%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892461900.2300.230.04121.057685.29
HexBDF6BE170174794c55
Octal275366276270274171114125
Binary10111101111101101011111010111010111100111100110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF6BE; }

 p { color: rgb(189,246,190); }

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

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

 a { background-color: rgb(189,246,190); }

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

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

 span { border-color: rgb(189,246,190); }

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