#B5ECC1

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

Shades of Fringy Flower #B5ECC1

Tints of Fringy Flower #B5ECC1

Color information

#B5ECC1 (or 0xB5ECC1) is unknown color: approx Fringy Flower. HEX triplet: B5, EC and C1. RGB value is (181,236,193). Sum of RGB (Red+Green+Blue) = 181+236+193=610 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.67% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECC1 is #4A133E. Grayscale: #D6D6D6. Windows color (decimal): -4854591 or 12709045. OLE color: 12709045.

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

Color convert

RGB181236193-
CMYK0.2300.180.07
HSL133.09º59.14%81.76%-
HSV(B)133.09º23.31%92.55%-
XYZ58.6873.6661.58-
YUV214.65115.78104-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.67%
GREEN value IS 236 (92.58% from 255) = 38.69%
BLUE value IS 193 (75.78% from 255) = 31.64%
R=29.67%
G=38.69%
B=31.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812361930.2300.180.07133.0959.1481.76
HexB5ECC1170127853b52
Octal26535430127022720573122
Binary10110101111011001100000110111010010111100001011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ECC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ECC1; }

 p { color: rgb(181,236,193); }

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

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

 a { background-color: rgb(181,236,193); }

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

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

 span { border-color: rgb(181,236,193); }

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