Html Css Color HEX #B0E2BA Fringy Flower

📋 copy color: '#B0E2BA'

red 176 ◦ green 226 ◦ blue 186

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

Shades of Fringy Flower #B0E2BA

Tints of Fringy Flower #B0E2BA

RGB

 RED value IS 176 (69.14% from 255) = 29.93%

 GREEN value IS 226 (88.67% from 255) = 38.44%

 BLUE value IS 186 (73.05% from 255) = 31.63%

R = 29.93%
G = 38.44%
B = 31.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#B0E2BA (or 0xB0E2BA) is known color: Fringy Flower. HEX triplet: B0, E2 and BA. RGB value is (176,226,186). Sum of RGB (Red+Green+Blue) = 176+226+186=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E2BA is #4F1D45. Grayscale: #CECECE. Windows color (decimal): -5184838 or 12247728. OLE color: 12247728.

HSL color Cylindrical-coordinate representation of color #B0E2BA: hue angle of 132º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0E2BA is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 226 186 -
CMYK 0.22 0 0.18 0.11
HSL 132º 0.46% 0.79% -
HSV(B) 132º 0.22% 0.89% -
XYZ 53.96 67.17 56.57 -
YUV 206.49 116.44 106.25 -
System Red Green Blue C M Y K H S L
Decimal 176 226 186 0.22 0 0.18 0.11 132 0.46 0.79
Hex B0 E2 BA 16 0 12 B 84 2E 4F
Octal 260 342 272 26 0 22 13 204 56 117
Binary 10110000 11100010 10111010 10110 0 10010 1011 10000100 101110 1001111

Color Harmonies of #B0E2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E2BA

Black with #B0E2BA

Text Example


Text Example

White with #B0E2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E2BA; }

 p { color: rgb(176,226,186); }

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

background-color css

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

 a { background-color: rgb(176,226,186); }

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

border-color css

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

 span { border-color: rgb(176,226,186); }

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