#B1F3BC

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

Shades of Fringy Flower #B1F3BC

Tints of Fringy Flower #B1F3BC

Color information

#B1F3BC (or 0xB1F3BC) is unknown color: approx Fringy Flower. HEX triplet: B1, F3 and BC. RGB value is (177,243,188). Sum of RGB (Red+Green+Blue) = 177+243+188=608 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.11% from 608); Green value is 243 (95.31% from 255 or 39.97% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F3BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F3BC is #4E0C43. Grayscale: #D9D9D9. Windows color (decimal): -5114948 or 12383153. OLE color: 12383153.

HSL color Cylindrical-coordinate representation of color #B1F3BC: hue angle of 130º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F3BC is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB177243188-
CMYK0.2700.230.05
HSL130º73.33%82.35%-
HSV(B)130º27.16%95.29%-
XYZ59.2677.0859.33-
YUV217111.6399.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.11%
GREEN value IS 243 (95.31% from 255) = 39.97%
BLUE value IS 188 (73.83% from 255) = 30.92%
R=29.11%
G=39.97%
B=30.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772431880.2700.230.0513073.3382.35
HexB1F3BC1B0175824952
Octal261363274330275202111122
Binary101100011111001110111100110110101111011000001010010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F3BC; }

 p { color: rgb(177,243,188); }

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

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

 a { background-color: rgb(177,243,188); }

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

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

 span { border-color: rgb(177,243,188); }

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