#B5EFC0

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

Shades of Fringy Flower #B5EFC0

Tints of Fringy Flower #B5EFC0

Color information

#B5EFC0 (or 0xB5EFC0) is unknown color: approx Fringy Flower. HEX triplet: B5, EF and C0. RGB value is (181,239,192). Sum of RGB (Red+Green+Blue) = 181+239+192=612 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.58% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFC0 is #4A103F. Grayscale: #D8D8D8. Windows color (decimal): -4853824 or 12644277. OLE color: 12644277.

HSL color Cylindrical-coordinate representation of color #B5EFC0: hue angle of 131.38º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EFC0 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB181239192-
CMYK0.2400.200.06
HSL131.38º64.44%82.35%-
HSV(B)131.38º24.27%93.73%-
XYZ59.4475.3661.28-
YUV216.3114.28102.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.58%
GREEN value IS 239 (93.75% from 255) = 39.05%
BLUE value IS 192 (75.39% from 255) = 31.37%
R=29.58%
G=39.05%
B=31.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812391920.2400.200.06131.3864.4482.35
HexB5EFC0180146834052
Octal265357300300246203100122
Binary101101011110111111000000110000101001101000001110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EFC0; }

 p { color: rgb(181,239,192); }

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

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

 a { background-color: rgb(181,239,192); }

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

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

 span { border-color: rgb(181,239,192); }

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