Html Css Color HEX #B0E4B8 Fringy Flower

📋 copy color: '#B0E4B8'

red 176 ◦ green 228 ◦ blue 184

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

Shades of Fringy Flower #B0E4B8

Tints of Fringy Flower #B0E4B8

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.78%

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

R = 29.93%
G = 38.78%
B = 31.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#B0E4B8 (or 0xB0E4B8) is known color: Fringy Flower. HEX triplet: B0, E4 and B8. RGB value is (176,228,184). Sum of RGB (Red+Green+Blue) = 176+228+184=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E4B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E4B8 is #4F1B47. Grayscale: #CFCFCF. Windows color (decimal): -5184328 or 12117168. OLE color: 12117168.

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

Color convert

RGB 176 228 184 -
CMYK 0.23 0 0.19 0.11
HSL 129.23º 0.49% 0.79% -
HSV(B) 129.23º 0.23% 0.89% -
XYZ 54.3 68.18 55.65 -
YUV 207.44 114.77 105.58 -
System Red Green Blue C M Y K H S L
Decimal 176 228 184 0.23 0 0.19 0.11 129.23 0.49 0.79
Hex B0 E4 B8 17 0 13 B 81 31 4F
Octal 260 344 270 27 0 23 13 201 61 117
Binary 10110000 11100100 10111000 10111 0 10011 1011 10000001 110001 1001111

Color Harmonies of #B0E4B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E4B8

Black with #B0E4B8

Text Example


Text Example

White with #B0E4B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E4B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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