Html Css Color HEX #B2E0BF Fringy Flower

📋 copy color: '#B2E0BF'

red 178 ◦ green 224 ◦ blue 191

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

Shades of Fringy Flower #B2E0BF

Tints of Fringy Flower #B2E0BF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.77%

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

R = 30.02%
G = 37.77%
B = 32.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#B2E0BF (or 0xB2E0BF) is known color: Fringy Flower. HEX triplet: B2, E0 and BF. RGB value is (178,224,191). Sum of RGB (Red+Green+Blue) = 178+224+191=593 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.02% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E0BF is #4D1F40. Grayscale: #CECECE. Windows color (decimal): -5054273 or 12574898. OLE color: 12574898.

HSL color Cylindrical-coordinate representation of color #B2E0BF: hue angle of 136.96º 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 #B2E0BF is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 224 191 -
CMYK 0.21 0 0.15 0.12
HSL 136.96º 0.43% 0.79% -
HSV(B) 136.96º 0.21% 0.88% -
XYZ 54.42 66.54 59.27 -
YUV 206.48 119.26 107.68 -
System Red Green Blue C M Y K H S L
Decimal 178 224 191 0.21 0 0.15 0.12 136.96 0.43 0.79
Hex B2 E0 BF 15 0 F C 89 2B 4F
Octal 262 340 277 25 0 17 14 211 53 117
Binary 10110010 11100000 10111111 10101 0 1111 1100 10001001 101011 1001111

Color Harmonies of #B2E0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E0BF

Black with #B2E0BF

Text Example


Text Example

White with #B2E0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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