#BDF2B9

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

Shades of Fringy Flower #BDF2B9

Tints of Fringy Flower #BDF2B9

Color information

#BDF2B9 (or 0xBDF2B9) is unknown color: approx Fringy Flower. HEX triplet: BD, F2 and B9. RGB value is (189,242,185). Sum of RGB (Red+Green+Blue) = 189+242+185=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 185 (72.66% from 255 or 30.03% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2B9 is #420D46. Grayscale: #DBDBDB. Windows color (decimal): -4328775 or 12186301. OLE color: 12186301.

HSL color Cylindrical-coordinate representation of color #BDF2B9: hue angle of 115.79º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF2B9 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB189242185-
CMYK0.2200.240.05
HSL115.79º68.67%83.73%-
HSV(B)115.79º23.55%94.9%-
XYZ61.577.8357.68-
YUV219.66108.44106.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 242 (94.92% from 255) = 39.29%
BLUE value IS 185 (72.66% from 255) = 30.03%
R=30.68%
G=39.29%
B=30.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892421850.2200.240.05115.7968.6783.73
HexBDF2B9160185744554
Octal275362271260305164105124
Binary10111101111100101011100110110011000101111010010001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF2B9; }

 p { color: rgb(189,242,185); }

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

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

 a { background-color: rgb(189,242,185); }

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

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

 span { border-color: rgb(189,242,185); }

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