Html Css Color HEX #B0E9B8 Fringy Flower

📋 copy color: '#B0E9B8'

red 176 ◦ green 233 ◦ blue 184

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

Shades of Fringy Flower #B0E9B8

Tints of Fringy Flower #B0E9B8

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.29%

 BLUE value IS 184 (72.27% from 255) = 31.03%

R = 29.68%
G = 39.29%
B = 31.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#B0E9B8 (or 0xB0E9B8) is known color: Fringy Flower. HEX triplet: B0, E9 and B8. RGB value is (176,233,184). Sum of RGB (Red+Green+Blue) = 176+233+184=593 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.68% from 593); Green value is 233 (91.41% from 255 or 39.29% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 233 - color contains mainly: green. Hex color #B0E9B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0E9B8 is #4F1647. Grayscale: #D2D2D2. Windows color (decimal): -5183048 or 12118448. OLE color: 12118448.

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

Color convert

RGB 176 233 184 -
CMYK 0.24 0 0.21 0.09
HSL 128.42º 0.56% 0.8% -
HSV(B) 128.42º 0.24% 0.91% -
XYZ 55.7 70.97 56.11 -
YUV 210.37 113.12 103.48 -
System Red Green Blue C M Y K H S L
Decimal 176 233 184 0.24 0 0.21 0.09 128.42 0.56 0.8
Hex B0 E9 B8 18 0 15 9 80 38 50
Octal 260 351 270 30 0 25 11 200 70 120
Binary 10110000 11101001 10111000 11000 0 10101 1001 10000000 111000 1010000

Color Harmonies of #B0E9B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E9B8

Black with #B0E9B8

Text Example


Text Example

White with #B0E9B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E9B8; }

 p { color: rgb(176,233,184); }

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

background-color css

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

 a { background-color: rgb(176,233,184); }

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

border-color css

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

 span { border-color: rgb(176,233,184); }

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