#B1F7BD

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

Shades of Fringy Flower #B1F7BD

Tints of Fringy Flower #B1F7BD

Color information

#B1F7BD (or 0xB1F7BD) is unknown color: approx Fringy Flower. HEX triplet: B1, F7 and BD. RGB value is (177,247,189). Sum of RGB (Red+Green+Blue) = 177+247+189=613 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.87% from 613); Green value is 247 (96.88% from 255 or 40.29% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F7BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F7BD is #4E0842. Grayscale: #DBDBDB. Windows color (decimal): -5113923 or 12449713. OLE color: 12449713.

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

Color convert

RGB177247189-
CMYK0.2800.230.03
HSL130.29º81.4%83.14%-
HSV(B)130.29º28.34%96.86%-
XYZ60.5879.5460.3-
YUV219.46110.8197.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.87%
GREEN value IS 247 (96.88% from 255) = 40.29%
BLUE value IS 189 (74.22% from 255) = 30.83%
R=28.87%
G=40.29%
B=30.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1772471890.2800.230.03130.2981.483.14
HexB1F7BD1C0173825153
Octal261367275340273202121123
Binary10110001111101111011110111100010111111000001010100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F7BD; }

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

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

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

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

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

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

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

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