#B2E9B9

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

Shades of Fringy Flower #B2E9B9

Tints of Fringy Flower #B2E9B9

Color information

#B2E9B9 (or 0xB2E9B9) is unknown color: approx Fringy Flower. HEX triplet: B2, E9 and B9. RGB value is (178,233,185). Sum of RGB (Red+Green+Blue) = 178+233+185=596 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.87% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E9B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E9B9 is #4D1646. Grayscale: #D3D3D3. Windows color (decimal): -5051975 or 12183986. OLE color: 12183986.

HSL color Cylindrical-coordinate representation of color #B2E9B9: hue angle of 127.64º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2E9B9 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB178233185-
CMYK0.2400.210.09
HSL127.64º55.56%80.59%-
HSV(B)127.64º23.61%91.37%-
XYZ56.2671.2556.69-
YUV211.08113.28104.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.87%
GREEN value IS 233 (91.41% from 255) = 39.09%
BLUE value IS 185 (72.66% from 255) = 31.04%
R=29.87%
G=39.09%
B=31.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1782331850.2400.210.09127.6455.5680.59
HexB2E9B9180159803851
Octal262351271300251120070121
Binary101100101110100110111001110000101011001100000001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E9B9; }

 p { color: rgb(178,233,185); }

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

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

 a { background-color: rgb(178,233,185); }

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

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

 span { border-color: rgb(178,233,185); }

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