#BDF9BA

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

Shades of Fringy Flower #BDF9BA

Tints of Fringy Flower #BDF9BA

Color information

#BDF9BA (or 0xBDF9BA) is unknown color: approx Fringy Flower. HEX triplet: BD, F9 and BA. RGB value is (189,249,186). Sum of RGB (Red+Green+Blue) = 189+249+186=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 249 (97.66% from 255 or 39.90% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9BA is #420645. Grayscale: #E0E0E0. Windows color (decimal): -4326982 or 12253629. OLE color: 12253629.

HSL color Cylindrical-coordinate representation of color #BDF9BA: hue angle of 117.14º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDF9BA is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB189249186-
CMYK0.2400.250.02
HSL117.14º84%85.29%-
HSV(B)117.14º25.3%97.65%-
XYZ63.7282.1258.95-
YUV223.88106.62103.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.29%
GREEN value IS 249 (97.66% from 255) = 39.90%
BLUE value IS 186 (73.05% from 255) = 29.81%
R=30.29%
G=39.90%
B=29.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892491860.2400.250.02117.148485.29
HexBDF9BA180192755455
Octal275371272300312165124125
Binary1011110111111001101110101100001100110111010110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF9BA; }

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

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

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

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

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

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

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

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