#B2F1C1

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

Shades of Fringy Flower #B2F1C1

Tints of Fringy Flower #B2F1C1

Color information

#B2F1C1 (or 0xB2F1C1) is unknown color: approx Fringy Flower. HEX triplet: B2, F1 and C1. RGB value is (178,241,193). Sum of RGB (Red+Green+Blue) = 178+241+193=612 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.08% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F1C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F1C1 is #4D0E3E. Grayscale: #D8D8D8. Windows color (decimal): -5049919 or 12710322. OLE color: 12710322.

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

Color convert

RGB178241193-
CMYK0.2600.200.05
HSL134.29º69.23%82.16%-
HSV(B)134.29º26.14%94.51%-
XYZ59.4476.2362.03-
YUV216.69114.63100.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.08%
GREEN value IS 241 (94.53% from 255) = 39.38%
BLUE value IS 193 (75.78% from 255) = 31.54%
R=29.08%
G=39.38%
B=31.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1782411930.2600.200.05134.2969.2382.16
HexB2F1C11A0145864552
Octal262361301320245206105122
Binary101100101111000111000001110100101001011000011010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F1C1; }

 p { color: rgb(178,241,193); }

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

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

 a { background-color: rgb(178,241,193); }

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

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

 span { border-color: rgb(178,241,193); }

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