Html Css Color HEX #B1E6BF Fringy Flower

📋 copy color: '#B1E6BF'

red 177 ◦ green 230 ◦ blue 191

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

Shades of Fringy Flower #B1E6BF

Tints of Fringy Flower #B1E6BF

RGB

 RED value IS 177 (69.53% from 255) = 29.6%

 GREEN value IS 230 (90.23% from 255) = 38.46%

 BLUE value IS 191 (75% from 255) = 31.94%

R = 29.6%
G = 38.46%
B = 31.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#B1E6BF (or 0xB1E6BF) is known color: Fringy Flower. HEX triplet: B1, E6 and BF. RGB value is (177,230,191). Sum of RGB (Red+Green+Blue) = 177+230+191=598 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.60% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 230 - color contains mainly: green. Hex color #B1E6BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E6BF is #4E1940. Grayscale: #D1D1D1. Windows color (decimal): -5118273 or 12576433. OLE color: 12576433.

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

Color convert

RGB 177 230 191 -
CMYK 0.23 0 0.17 0.10
HSL 135.85º 0.51% 0.8% -
HSV(B) 135.85º 0.23% 0.9% -
XYZ 55.83 69.7 59.8 -
YUV 209.71 117.44 104.67 -
System Red Green Blue C M Y K H S L
Decimal 177 230 191 0.23 0 0.17 0.10 135.85 0.51 0.8
Hex B1 E6 BF 17 0 11 A 88 33 50
Octal 261 346 277 27 0 21 12 210 63 120
Binary 10110001 11100110 10111111 10111 0 10001 1010 10001000 110011 1010000

Color Harmonies of #B1E6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E6BF

Black with #B1E6BF

Text Example


Text Example

White with #B1E6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E6BF; }

 p { color: rgb(177,230,191); }

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

background-color css

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

 a { background-color: rgb(177,230,191); }

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

border-color css

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

 span { border-color: rgb(177,230,191); }

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