#B1F9BD

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

Shades of Fringy Flower #B1F9BD

Tints of Fringy Flower #B1F9BD

Color information

#B1F9BD (or 0xB1F9BD) is unknown color: approx Fringy Flower. HEX triplet: B1, F9 and BD. RGB value is (177,249,189). Sum of RGB (Red+Green+Blue) = 177+249+189=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F9BD is #4E0642. Grayscale: #DCDCDC. Windows color (decimal): -5113411 or 12450225. OLE color: 12450225.

HSL color Cylindrical-coordinate representation of color #B1F9BD: hue angle of 130º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1F9BD is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB177249189-
CMYK0.2900.240.02
HSL130º85.71%83.53%-
HSV(B)130º28.92%97.65%-
XYZ61.1980.7760.51-
YUV220.63110.1596.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.78%
GREEN value IS 249 (97.66% from 255) = 40.49%
BLUE value IS 189 (74.22% from 255) = 30.73%
R=28.78%
G=40.49%
B=30.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772491890.2900.240.0213085.7183.53
HexB1F9BD1D0182825654
Octal261371275350302202126124
Binary10110001111110011011110111101011000101000001010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F9BD; }

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

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

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

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

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

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

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

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