#B1FCBD

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

Shades of Fringy Flower #B1FCBD

Tints of Fringy Flower #B1FCBD

Color information

#B1FCBD (or 0xB1FCBD) is unknown color: approx Fringy Flower. HEX triplet: B1, FC and BD. RGB value is (177,252,189). Sum of RGB (Red+Green+Blue) = 177+252+189=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCBD is #4E0342. Grayscale: #DEDEDE. Windows color (decimal): -5112643 or 12450993. OLE color: 12450993.

HSL color Cylindrical-coordinate representation of color #B1FCBD: hue angle of 129.6º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FCBD is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB177252189-
CMYK0.3000.250.01
HSL129.6º92.59%84.12%-
HSV(B)129.6º29.76%98.82%-
XYZ62.1382.6460.82-
YUV222.39109.1595.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.64%
GREEN value IS 252 (98.83% from 255) = 40.78%
BLUE value IS 189 (74.22% from 255) = 30.58%
R=28.64%
G=40.78%
B=30.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772521890.3000.250.01129.692.5984.12
HexB1FCBD1E0191825d54
Octal261374275360311202135124
Binary1011000111111100101111011111001100111000001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FCBD; }

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

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

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

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

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

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

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

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