#BDF7BF

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

Shades of Fringy Flower #BDF7BF

Tints of Fringy Flower #BDF7BF

Color information

#BDF7BF (or 0xBDF7BF) is unknown color: approx Fringy Flower. HEX triplet: BD, F7 and BF. RGB value is (189,247,191). Sum of RGB (Red+Green+Blue) = 189+247+191=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 247 (96.88% from 255 or 39.39% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7BF is #420840. Grayscale: #DFDFDF. Windows color (decimal): -4327489 or 12580797. OLE color: 12580797.

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

Color convert

RGB189247191-
CMYK0.2300.230.03
HSL122.07º78.38%85.49%-
HSV(B)122.07º23.48%96.86%-
XYZ63.6581.161.59-
YUV223.27109.78103.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.14%
GREEN value IS 247 (96.88% from 255) = 39.39%
BLUE value IS 191 (75% from 255) = 30.46%
R=30.14%
G=39.39%
B=30.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892471910.2300.230.03122.0778.3885.49
HexBDF7BF1701737a4e55
Octal275367277270273172116125
Binary1011110111110111101111111011101011111111101010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF7BF; }

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

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

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

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

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

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

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

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