#B5EEC4

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

Shades of Fringy Flower #B5EEC4

Tints of Fringy Flower #B5EEC4

Color information

#B5EEC4 (or 0xB5EEC4) is unknown color: approx Fringy Flower. HEX triplet: B5, EE and C4. RGB value is (181,238,196). Sum of RGB (Red+Green+Blue) = 181+238+196=615 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.43% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EEC4 is #4A113B. Grayscale: #D8D8D8. Windows color (decimal): -4854076 or 12906165. OLE color: 12906165.

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

Color convert

RGB181238196-
CMYK0.2400.180.07
HSL135.79º62.64%82.16%-
HSV(B)135.79º23.95%93.33%-
XYZ59.5974.9663.55-
YUV216.17116.62102.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.43%
GREEN value IS 238 (93.36% from 255) = 38.70%
BLUE value IS 196 (76.95% from 255) = 31.87%
R=29.43%
G=38.70%
B=31.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812381960.2400.180.07135.7962.6482.16
HexB5EEC4180127883f52
Octal26535630430022721077122
Binary10110101111011101100010011000010010111100010001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EEC4; }

 p { color: rgb(181,238,196); }

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

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

 a { background-color: rgb(181,238,196); }

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

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

 span { border-color: rgb(181,238,196); }

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