#BDF1BF

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

Shades of Fringy Flower #BDF1BF

Tints of Fringy Flower #BDF1BF

Color information

#BDF1BF (or 0xBDF1BF) is unknown color: approx Fringy Flower. HEX triplet: BD, F1 and BF. RGB value is (189,241,191). Sum of RGB (Red+Green+Blue) = 189+241+191=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1BF is #420E40. Grayscale: #DBDBDB. Windows color (decimal): -4329025 or 12579261. OLE color: 12579261.

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

Color convert

RGB189241191-
CMYK0.2200.210.05
HSL122.31º65%84.31%-
HSV(B)122.31º21.58%94.51%-
XYZ61.8577.4960.99-
YUV219.75111.77106.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.43%
GREEN value IS 241 (94.53% from 255) = 38.81%
BLUE value IS 191 (75% from 255) = 30.76%
R=30.43%
G=38.81%
B=30.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892411910.2200.210.05122.316584.31
HexBDF1BF1601557a4154
Octal275361277260255172101124
Binary10111101111100011011111110110010101101111101010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1BF; }

 p { color: rgb(189,241,191); }

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

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

 a { background-color: rgb(189,241,191); }

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

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

 span { border-color: rgb(189,241,191); }

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