Html Css Color HEX #B1ECBA Fringy Flower

📋 copy color: '#B1ECBA'

red 177 ◦ green 236 ◦ blue 186

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

Shades of Fringy Flower #B1ECBA

Tints of Fringy Flower #B1ECBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.05%

R = 29.55%
G = 39.4%
B = 31.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#B1ECBA (or 0xB1ECBA) is known color: Fringy Flower. HEX triplet: B1, EC and BA. RGB value is (177,236,186). Sum of RGB (Red+Green+Blue) = 177+236+186=599 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.55% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #B1ECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1ECBA is #4E1345. Grayscale: #D4D4D4. Windows color (decimal): -5116742 or 12250289. OLE color: 12250289.

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

Color convert

RGB 177 236 186 -
CMYK 0.25 0 0.21 0.07
HSL 129.15º 0.61% 0.81% -
HSV(B) 129.15º 0.25% 0.93% -
XYZ 56.99 72.88 57.52 -
YUV 212.66 112.95 102.57 -
System Red Green Blue C M Y K H S L
Decimal 177 236 186 0.25 0 0.21 0.07 129.15 0.61 0.81
Hex B1 EC BA 19 0 15 7 81 3D 51
Octal 261 354 272 31 0 25 7 201 75 121
Binary 10110001 11101100 10111010 11001 0 10101 111 10000001 111101 1010001

Color Harmonies of #B1ECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ECBA

Black with #B1ECBA

Text Example


Text Example

White with #B1ECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ECBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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