#B1FBC2

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

Shades of Fringy Flower #B1FBC2

Tints of Fringy Flower #B1FBC2

Color information

#B1FBC2 (or 0xB1FBC2) is unknown color: approx Fringy Flower. HEX triplet: B1, FB and C2. RGB value is (177,251,194). Sum of RGB (Red+Green+Blue) = 177+251+194=622 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.46% from 622); Green value is 251 (98.44% from 255 or 40.35% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FBC2 is #4E043D. Grayscale: #DEDEDE. Windows color (decimal): -5112894 or 12778417. OLE color: 12778417.

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

Color convert

RGB177251194-
CMYK0.2900.230.02
HSL133.78º90.24%83.92%-
HSV(B)133.78º29.48%98.43%-
XYZ62.3782.2463.63-
YUV222.38111.9895.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.46%
GREEN value IS 251 (98.44% from 255) = 40.35%
BLUE value IS 194 (76.17% from 255) = 31.19%
R=28.46%
G=40.35%
B=31.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772511940.2900.230.02133.7890.2483.92
HexB1FBC21D0172865a54
Octal261373302350272206132124
Binary10110001111110111100001011101010111101000011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FBC2; }

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

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

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

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

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

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

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

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