Html Css Color HEX #B1E6BB Fringy Flower

📋 copy color: '#B1E6BB'

red 177 ◦ green 230 ◦ blue 187

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

Shades of Fringy Flower #B1E6BB

Tints of Fringy Flower #B1E6BB

RGB

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

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

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

R = 29.8%
G = 38.72%
B = 31.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#B1E6BB (or 0xB1E6BB) is known color: Fringy Flower. HEX triplet: B1, E6 and BB. RGB value is (177,230,187). Sum of RGB (Red+Green+Blue) = 177+230+187=594 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.80% from 594); Green value is 230 (90.23% from 255 or 38.72% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 230 - color contains mainly: green. Hex color #B1E6BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E6BB is #4E1944. Grayscale: #D1D1D1. Windows color (decimal): -5118277 or 12314289. OLE color: 12314289.

HSL color Cylindrical-coordinate representation of color #B1E6BB: hue angle of 131.32º 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 #B1E6BB is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 230 187 -
CMYK 0.23 0 0.19 0.10
HSL 131.32º 0.51% 0.8% -
HSV(B) 131.32º 0.23% 0.9% -
XYZ 55.4 69.53 57.51 -
YUV 209.25 115.44 105 -
System Red Green Blue C M Y K H S L
Decimal 177 230 187 0.23 0 0.19 0.10 131.32 0.51 0.8
Hex B1 E6 BB 17 0 13 A 83 33 50
Octal 261 346 273 27 0 23 12 203 63 120
Binary 10110001 11100110 10111011 10111 0 10011 1010 10000011 110011 1010000

Color Harmonies of #B1E6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E6BB

Black with #B1E6BB

Text Example


Text Example

White with #B1E6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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