Html Css Color HEX #B1ECC0 Fringy Flower

📋 copy color: '#B1ECC0'

red 177 ◦ green 236 ◦ blue 192

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

Shades of Fringy Flower #B1ECC0

Tints of Fringy Flower #B1ECC0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.01%

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

R = 29.26%
G = 39.01%
B = 31.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#B1ECC0 (or 0xB1ECC0) is known color: Fringy Flower. HEX triplet: B1, EC and C0. RGB value is (177,236,192). Sum of RGB (Red+Green+Blue) = 177+236+192=605 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.26% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 236 - color contains mainly: green. Hex color #B1ECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1ECC0 is #4E133F. Grayscale: #D5D5D5. Windows color (decimal): -5116736 or 12643505. OLE color: 12643505.

HSL color Cylindrical-coordinate representation of color #B1ECC0: hue angle of 135.25º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1ECC0 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 236 192 -
CMYK 0.25 0 0.19 0.07
HSL 135.25º 0.61% 0.81% -
HSV(B) 135.25º 0.25% 0.93% -
XYZ 57.64 73.14 60.95 -
YUV 213.34 115.95 102.08 -
System Red Green Blue C M Y K H S L
Decimal 177 236 192 0.25 0 0.19 0.07 135.25 0.61 0.81
Hex B1 EC C0 19 0 13 7 87 3D 51
Octal 261 354 300 31 0 23 7 207 75 121
Binary 10110001 11101100 11000000 11001 0 10011 111 10000111 111101 1010001

Color Harmonies of #B1ECC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ECC0

Black with #B1ECC0

Text Example


Text Example

White with #B1ECC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ECC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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