#B2E0BE

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

Shades of Fringy Flower #B2E0BE

Tints of Fringy Flower #B2E0BE

Color information

#B2E0BE (or 0xB2E0BE) is unknown color: approx Fringy Flower. HEX triplet: B2, E0 and BE. RGB value is (178,224,190). Sum of RGB (Red+Green+Blue) = 178+224+190=592 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.07% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E0BE is #4D1F41. Grayscale: #CECECE. Windows color (decimal): -5054274 or 12509362. OLE color: 12509362.

HSL color Cylindrical-coordinate representation of color #B2E0BE: hue angle of 135.65º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2E0BE is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB178224190-
CMYK0.2100.150.12
HSL135.65º42.59%78.82%-
HSV(B)135.65º20.54%87.84%-
XYZ54.3166.4958.69-
YUV206.37118.76107.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.07%
GREEN value IS 224 (87.89% from 255) = 37.84%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=30.07%
G=37.84%
B=32.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1782241900.2100.150.12135.6542.5978.82
HexB2E0BE150FC882b4f
Octal262340276250171421053117
Binary10110010111000001011111010101011111100100010001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E0BE; }

 p { color: rgb(178,224,190); }

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

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

 a { background-color: rgb(178,224,190); }

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

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

 span { border-color: rgb(178,224,190); }

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