Html Css Color HEX #B2E5BF Fringy Flower

📋 copy color: '#B2E5BF'

red 178 ◦ green 229 ◦ blue 191

#B2E5BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #B2E5BF

Tints of Fringy Flower #B2E5BF

RGB

 RED value IS 178 (69.92% from 255) = 29.77%

 GREEN value IS 229 (89.84% from 255) = 38.29%

 BLUE value IS 191 (75% from 255) = 31.94%

R = 29.77%
G = 38.29%
B = 31.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#B2E5BF (or 0xB2E5BF) is known color: Fringy Flower. HEX triplet: B2, E5 and BF. RGB value is (178,229,191). Sum of RGB (Red+Green+Blue) = 178+229+191=598 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.77% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 229 - color contains mainly: green. Hex color #B2E5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E5BF is #4D1A40. Grayscale: #D1D1D1. Windows color (decimal): -5052993 or 12576178. OLE color: 12576178.

HSL color Cylindrical-coordinate representation of color #B2E5BF: hue angle of 135.29º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2E5BF is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 229 191 -
CMYK 0.22 0 0.17 0.10
HSL 135.29º 0.5% 0.8% -
HSV(B) 135.29º 0.22% 0.9% -
XYZ 55.78 69.27 59.72 -
YUV 209.42 117.6 105.59 -
System Red Green Blue C M Y K H S L
Decimal 178 229 191 0.22 0 0.17 0.10 135.29 0.5 0.8
Hex B2 E5 BF 16 0 11 A 87 32 50
Octal 262 345 277 26 0 21 12 207 62 120
Binary 10110010 11100101 10111111 10110 0 10001 1010 10000111 110010 1010000

Color Harmonies of #B2E5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E5BF

Black with #B2E5BF

Text Example


Text Example

White with #B2E5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E5BF; }

 p { color: rgb(178,229,191); }

 H1.HeaderClassName
 {
   color: #B2E5BF;
 }
 .AnyTagClassName
 {
   color: #B2E5BF;
 }
</style>

background-color css

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

 a { background-color: rgb(178,229,191); }

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

border-color css

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

 span { border-color: rgb(178,229,191); }

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