#BDF7B9

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

Shades of Fringy Flower #BDF7B9

Tints of Fringy Flower #BDF7B9

Color information

#BDF7B9 (or 0xBDF7B9) is unknown color: approx Fringy Flower. HEX triplet: BD, F7 and B9. RGB value is (189,247,185). Sum of RGB (Red+Green+Blue) = 189+247+185=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 185 (72.66% from 255 or 29.79% from 621); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7B9 is #420846. Grayscale: #DEDEDE. Windows color (decimal): -4327495 or 12187581. OLE color: 12187581.

HSL color Cylindrical-coordinate representation of color #BDF7B9: hue angle of 116.13º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDF7B9 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB189247185-
CMYK0.2300.250.03
HSL116.13º79.49%84.71%-
HSV(B)116.13º25.1%96.86%-
XYZ6380.8458.18-
YUV222.59106.78104.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.43%
GREEN value IS 247 (96.88% from 255) = 39.77%
BLUE value IS 185 (72.66% from 255) = 29.79%
R=30.43%
G=39.77%
B=29.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892471850.2300.250.03116.1379.4984.71
HexBDF7B9170193744f55
Octal275367271270313164117125
Binary1011110111110111101110011011101100111111010010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF7B9; }

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

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

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

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

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

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

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

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