#B2E7BD

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

Shades of Fringy Flower #B2E7BD

Tints of Fringy Flower #B2E7BD

Color information

#B2E7BD (or 0xB2E7BD) is unknown color: approx Fringy Flower. HEX triplet: B2, E7 and BD. RGB value is (178,231,189). Sum of RGB (Red+Green+Blue) = 178+231+189=598 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.77% from 598); Green value is 231 (90.62% from 255 or 38.63% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 231 - color contains mainly: green. Hex color #B2E7BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E7BD is #4D1842. Grayscale: #D2D2D2. Windows color (decimal): -5052483 or 12445618. OLE color: 12445618.

HSL color Cylindrical-coordinate representation of color #B2E7BD: hue angle of 132.45º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2E7BD is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB178231189-
CMYK0.2300.180.09
HSL132.45º52.48%80.2%-
HSV(B)132.45º22.94%90.59%-
XYZ56.1270.2958.75-
YUV210.36115.94104.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.77%
GREEN value IS 231 (90.62% from 255) = 38.63%
BLUE value IS 189 (74.22% from 255) = 31.61%
R=29.77%
G=38.63%
B=31.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1782311890.2300.180.09132.4552.4880.2
HexB2E7BD170129843450
Octal262347275270221120464120
Binary101100101110011110111101101110100101001100001001101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E7BD; }

 p { color: rgb(178,231,189); }

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

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

 a { background-color: rgb(178,231,189); }

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

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

 span { border-color: rgb(178,231,189); }

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