#B7FDBF

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

Shades of Fringy Flower #B7FDBF

Tints of Fringy Flower #B7FDBF

Color information

#B7FDBF (or 0xB7FDBF) is unknown color: approx Fringy Flower. HEX triplet: B7, FD and BF. RGB value is (183,253,191). Sum of RGB (Red+Green+Blue) = 183+253+191=627 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.19% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #B7FDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FDBF is #480240. Grayscale: #E1E1E1. Windows color (decimal): -4719169 or 12582327. OLE color: 12582327.

HSL color Cylindrical-coordinate representation of color #B7FDBF: hue angle of 126.86º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FDBF is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB183253191-
CMYK0.2800.250.01
HSL126.86º94.59%85.49%-
HSV(B)126.86º27.67%99.22%-
XYZ64.0684.0862.14-
YUV225108.8198.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.19%
GREEN value IS 253 (99.22% from 255) = 40.35%
BLUE value IS 191 (75% from 255) = 30.46%
R=29.19%
G=40.35%
B=30.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832531910.2800.250.01126.8694.5985.49
HexB7FDBF1C01917f5f55
Octal267375277340311177137125
Binary101101111111110110111111111000110011111111110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FDBF; }

 p { color: rgb(183,253,191); }

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

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

 a { background-color: rgb(183,253,191); }

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

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

 span { border-color: rgb(183,253,191); }

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