#B2EAB6

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

Shades of Fringy Flower #B2EAB6

Tints of Fringy Flower #B2EAB6

Color information

#B2EAB6 (or 0xB2EAB6) is unknown color: approx Fringy Flower. HEX triplet: B2, EA and B6. RGB value is (178,234,182). Sum of RGB (Red+Green+Blue) = 178+234+182=594 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.97% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 182 (71.48% from 255 or 30.64% from 594); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EAB6 is #4D1549. Grayscale: #D3D3D3. Windows color (decimal): -5051722 or 11987634. OLE color: 11987634.

HSL color Cylindrical-coordinate representation of color #B2EAB6: hue angle of 124.29º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2EAB6 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB178234182-
CMYK0.2400.220.08
HSL124.29º57.14%80.78%-
HSV(B)124.29º23.93%91.76%-
XYZ56.2371.6955.13-
YUV211.33111.45104.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.97%
GREEN value IS 234 (91.80% from 255) = 39.39%
BLUE value IS 182 (71.48% from 255) = 30.64%
R=29.97%
G=39.39%
B=30.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1782341820.2400.220.08124.2957.1480.78
HexB2EAB61801687c3951
Octal262352266300261017471121
Binary10110010111010101011011011000010110100011111001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EAB6; }

 p { color: rgb(178,234,182); }

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

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

 a { background-color: rgb(178,234,182); }

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

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

 span { border-color: rgb(178,234,182); }

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