#BDF4BA

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

Shades of Fringy Flower #BDF4BA

Tints of Fringy Flower #BDF4BA

Color information

#BDF4BA (or 0xBDF4BA) is unknown color: approx Fringy Flower. HEX triplet: BD, F4 and BA. RGB value is (189,244,186). Sum of RGB (Red+Green+Blue) = 189+244+186=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 244 (95.70% from 255 or 39.42% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF4BA is #420B45. Grayscale: #DDDDDD. Windows color (decimal): -4328262 or 12252349. OLE color: 12252349.

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

Color convert

RGB189244186-
CMYK0.2300.240.04
HSL116.9º72.5%84.31%-
HSV(B)116.9º23.77%95.69%-
XYZ62.279.0758.44-
YUV220.94108.28105.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.53%
GREEN value IS 244 (95.70% from 255) = 39.42%
BLUE value IS 186 (73.05% from 255) = 30.05%
R=30.53%
G=39.42%
B=30.05%

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
Decimal1892441860.2300.240.04116.972.584.31
HexBDF4BA170184754854
Octal275364272270304165110124
Binary10111101111101001011101010111011000100111010110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF4BA; }

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

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

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

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

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

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

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

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