Html Css Color HEX #B1ECC5 Fringy Flower

📋 copy color: '#B1ECC5'

red 177 ◦ green 236 ◦ blue 197

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

Shades of Fringy Flower #B1ECC5

Tints of Fringy Flower #B1ECC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.3%

R = 29.02%
G = 38.69%
B = 32.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#B1ECC5 (or 0xB1ECC5) is known color: Fringy Flower. HEX triplet: B1, EC and C5. RGB value is (177,236,197). Sum of RGB (Red+Green+Blue) = 177+236+197=610 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.02% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #B1ECC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1ECC5 is #4E133A. Grayscale: #D6D6D6. Windows color (decimal): -5116731 or 12971185. OLE color: 12971185.

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

Color convert

RGB 177 236 197 -
CMYK 0.25 0 0.17 0.07
HSL 140.34º 0.61% 0.81% -
HSV(B) 140.34º 0.25% 0.93% -
XYZ 58.2 73.37 63.92 -
YUV 213.91 118.45 101.67 -
System Red Green Blue C M Y K H S L
Decimal 177 236 197 0.25 0 0.17 0.07 140.34 0.61 0.81
Hex B1 EC C5 19 0 11 7 8C 3D 51
Octal 261 354 305 31 0 21 7 214 75 121
Binary 10110001 11101100 11000101 11001 0 10001 111 10001100 111101 1010001

Color Harmonies of #B1ECC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ECC5

Black with #B1ECC5

Text Example


Text Example

White with #B1ECC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ECC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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