Html Css Color HEX #B1E6C0 Fringy Flower

📋 copy color: '#B1E6C0'

red 177 ◦ green 230 ◦ blue 192

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

Shades of Fringy Flower #B1E6C0

Tints of Fringy Flower #B1E6C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.05%

R = 29.55%
G = 38.4%
B = 32.05%

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

#B1E6C0 (or 0xB1E6C0) is known color: Fringy Flower. HEX triplet: B1, E6 and C0. RGB value is (177,230,192). Sum of RGB (Red+Green+Blue) = 177+230+192=599 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.55% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 230 - color contains mainly: green. Hex color #B1E6C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E6C0 is #4E193F. Grayscale: #D1D1D1. Windows color (decimal): -5118272 or 12641969. OLE color: 12641969.

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

Color convert

RGB 177 230 192 -
CMYK 0.23 0 0.17 0.10
HSL 136.98º 0.51% 0.8% -
HSV(B) 136.98º 0.23% 0.9% -
XYZ 55.94 69.75 60.38 -
YUV 209.82 117.94 104.59 -
System Red Green Blue C M Y K H S L
Decimal 177 230 192 0.23 0 0.17 0.10 136.98 0.51 0.8
Hex B1 E6 C0 17 0 11 A 89 33 50
Octal 261 346 300 27 0 21 12 211 63 120
Binary 10110001 11100110 11000000 10111 0 10001 1010 10001001 110011 1010000

Color Harmonies of #B1E6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E6C0

Black with #B1E6C0

Text Example


Text Example

White with #B1E6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E6C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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