#B2EBB7

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

Shades of Fringy Flower #B2EBB7

Tints of Fringy Flower #B2EBB7

Color information

#B2EBB7 (or 0xB2EBB7) is unknown color: approx Fringy Flower. HEX triplet: B2, EB and B7. RGB value is (178,235,183). Sum of RGB (Red+Green+Blue) = 178+235+183=596 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.87% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 183 (71.88% from 255 or 30.70% from 596); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBB7 is #4D1448. Grayscale: #D4D4D4. Windows color (decimal): -5051465 or 12053426. OLE color: 12053426.

HSL color Cylindrical-coordinate representation of color #B2EBB7: hue angle of 125.26º degrees, saturation: 0.59, 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 #B2EBB7 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB178235183-
CMYK0.2400.220.08
HSL125.26º58.76%80.98%-
HSV(B)125.26º24.26%92.16%-
XYZ56.6272.355.77-
YUV212.03111.62103.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.87%
GREEN value IS 235 (92.19% from 255) = 39.43%
BLUE value IS 183 (71.88% from 255) = 30.70%
R=29.87%
G=39.43%
B=30.70%

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
Decimal1782351830.2400.220.08125.2658.7680.98
HexB2EBB71801687d3b51
Octal262353267300261017573121
Binary10110010111010111011011111000010110100011111011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EBB7; }

 p { color: rgb(178,235,183); }

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

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

 a { background-color: rgb(178,235,183); }

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

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

 span { border-color: rgb(178,235,183); }

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