#BDF6BA

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

Shades of Fringy Flower #BDF6BA

Tints of Fringy Flower #BDF6BA

Color information

#BDF6BA (or 0xBDF6BA) is unknown color: approx Fringy Flower. HEX triplet: BD, F6 and BA. RGB value is (189,246,186). Sum of RGB (Red+Green+Blue) = 189+246+186=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 246 (96.48% from 255 or 39.61% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF6BA is #420945. Grayscale: #DEDEDE. Windows color (decimal): -4327750 or 12252861. OLE color: 12252861.

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

Color convert

RGB189246186-
CMYK0.2300.240.04
HSL117º76.92%84.71%-
HSV(B)117º24.39%96.47%-
XYZ62.880.2858.64-
YUV222.12107.62104.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.43%
GREEN value IS 246 (96.48% from 255) = 39.61%
BLUE value IS 186 (73.05% from 255) = 29.95%
R=30.43%
G=39.61%
B=29.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892461860.2300.240.0411776.9284.71
HexBDF6BA170184754d55
Octal275366272270304165115125
Binary10111101111101101011101010111011000100111010110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF6BA; }

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

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

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

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

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

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

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

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