Html Css Color HEX #B0E1BB Fringy Flower

📋 copy color: '#B0E1BB'

red 176 ◦ green 225 ◦ blue 187

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

Shades of Fringy Flower #B0E1BB

Tints of Fringy Flower #B0E1BB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.27%

 BLUE value IS 187 (73.44% from 255) = 31.8%

R = 29.93%
G = 38.27%
B = 31.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#B0E1BB (or 0xB0E1BB) is known color: Fringy Flower. HEX triplet: B0, E1 and BB. RGB value is (176,225,187). Sum of RGB (Red+Green+Blue) = 176+225+187=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E1BB is #4F1E44. Grayscale: #CECECE. Windows color (decimal): -5185093 or 12313008. OLE color: 12313008.

HSL color Cylindrical-coordinate representation of color #B0E1BB: hue angle of 133.47º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0E1BB is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 225 187 -
CMYK 0.22 0 0.17 0.12
HSL 133.47º 0.45% 0.79% -
HSV(B) 133.47º 0.22% 0.88% -
XYZ 53.8 66.67 57.05 -
YUV 206.02 117.27 106.59 -
System Red Green Blue C M Y K H S L
Decimal 176 225 187 0.22 0 0.17 0.12 133.47 0.45 0.79
Hex B0 E1 BB 16 0 11 C 85 2D 4F
Octal 260 341 273 26 0 21 14 205 55 117
Binary 10110000 11100001 10111011 10110 0 10001 1100 10000101 101101 1001111

Color Harmonies of #B0E1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E1BB

Black with #B0E1BB

Text Example


Text Example

White with #B0E1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E1BB; }

 p { color: rgb(176,225,187); }

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

background-color css

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

 a { background-color: rgb(176,225,187); }

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

border-color css

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

 span { border-color: rgb(176,225,187); }

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