#B1FBC3

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

Shades of Fringy Flower #B1FBC3

Tints of Fringy Flower #B1FBC3

Color information

#B1FBC3 (or 0xB1FBC3) is unknown color: approx Fringy Flower. HEX triplet: B1, FB and C3. RGB value is (177,251,195). Sum of RGB (Red+Green+Blue) = 177+251+195=623 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.41% from 623); Green value is 251 (98.44% from 255 or 40.29% from 623); Blue value is 195 (76.56% from 255 or 31.30% from 623); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FBC3 is #4E043C. Grayscale: #DEDEDE. Windows color (decimal): -5112893 or 12843953. OLE color: 12843953.

HSL color Cylindrical-coordinate representation of color #B1FBC3: hue angle of 134.59º degrees, saturation: 0.9, 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 #B1FBC3 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB177251195-
CMYK0.2900.220.02
HSL134.59º90.24%83.92%-
HSV(B)134.59º29.48%98.43%-
XYZ62.4882.2864.22-
YUV222.49112.4895.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.41%
GREEN value IS 251 (98.44% from 255) = 40.29%
BLUE value IS 195 (76.56% from 255) = 31.30%
R=28.41%
G=40.29%
B=31.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772511950.2900.220.02134.5990.2483.92
HexB1FBC31D0162875a54
Octal261373303350262207132124
Binary10110001111110111100001111101010110101000011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FBC3; }

 p { color: rgb(177,251,195); }

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

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

 a { background-color: rgb(177,251,195); }

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

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

 span { border-color: rgb(177,251,195); }

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