#B1EEC3

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

Shades of Fringy Flower #B1EEC3

Tints of Fringy Flower #B1EEC3

Color information

#B1EEC3 (or 0xB1EEC3) is unknown color: approx Fringy Flower. HEX triplet: B1, EE and C3. RGB value is (177,238,195). Sum of RGB (Red+Green+Blue) = 177+238+195=610 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.02% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 195 (76.56% from 255 or 31.97% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EEC3 is #4E113C. Grayscale: #D6D6D6. Windows color (decimal): -5116221 or 12840625. OLE color: 12840625.

HSL color Cylindrical-coordinate representation of color #B1EEC3: hue angle of 137.7º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EEC3 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB177238195-
CMYK0.2600.180.07
HSL137.7º64.21%81.37%-
HSV(B)137.7º25.63%93.33%-
XYZ58.5674.4462.91-
YUV214.86116.79101-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.02%
GREEN value IS 238 (93.36% from 255) = 39.02%
BLUE value IS 195 (76.56% from 255) = 31.97%
R=29.02%
G=39.02%
B=31.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772381950.2600.180.07137.764.2181.37
HexB1EEC31A01278a4051
Octal261356303320227212100121
Binary101100011110111011000011110100100101111000101010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EEC3; }

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

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

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

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

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

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

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

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