Html Css Color HEX #B0E5BC Fringy Flower

📋 copy color: '#B0E5BC'

red 176 ◦ green 229 ◦ blue 188

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

Shades of Fringy Flower #B0E5BC

Tints of Fringy Flower #B0E5BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.7%

R = 29.68%
G = 38.62%
B = 31.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#B0E5BC (or 0xB0E5BC) is known color: Fringy Flower. HEX triplet: B0, E5 and BC. RGB value is (176,229,188). Sum of RGB (Red+Green+Blue) = 176+229+188=593 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.68% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E5BC is #4F1A43. Grayscale: #D0D0D0. Windows color (decimal): -5184068 or 12379568. OLE color: 12379568.

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

Color convert

RGB 176 229 188 -
CMYK 0.23 0 0.18 0.10
HSL 133.58º 0.5% 0.79% -
HSV(B) 133.58º 0.23% 0.9% -
XYZ 55 68.9 57.98 -
YUV 208.48 116.44 104.83 -
System Red Green Blue C M Y K H S L
Decimal 176 229 188 0.23 0 0.18 0.10 133.58 0.5 0.79
Hex B0 E5 BC 17 0 12 A 86 32 4F
Octal 260 345 274 27 0 22 12 206 62 117
Binary 10110000 11100101 10111100 10111 0 10010 1010 10000110 110010 1001111

Color Harmonies of #B0E5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E5BC

Black with #B0E5BC

Text Example


Text Example

White with #B0E5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E5BC; }

 p { color: rgb(176,229,188); }

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

background-color css

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

 a { background-color: rgb(176,229,188); }

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

border-color css

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

 span { border-color: rgb(176,229,188); }

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