Html Css Color HEX #B1E3BA Fringy Flower

📋 copy color: '#B1E3BA'

red 177 ◦ green 227 ◦ blue 186

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

Shades of Fringy Flower #B1E3BA

Tints of Fringy Flower #B1E3BA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.47%

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

R = 30%
G = 38.47%
B = 31.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#B1E3BA (or 0xB1E3BA) is known color: Fringy Flower. HEX triplet: B1, E3 and BA. RGB value is (177,227,186). Sum of RGB (Red+Green+Blue) = 177+227+186=590 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30% from 590); Green value is 227 (89.06% from 255 or 38.47% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 227 - color contains mainly: green. Hex color #B1E3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E3BA is #4E1C45. Grayscale: #CFCFCF. Windows color (decimal): -5119046 or 12247985. OLE color: 12247985.

HSL color Cylindrical-coordinate representation of color #B1E3BA: hue angle of 130.8º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1E3BA is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 227 186 -
CMYK 0.22 0 0.18 0.11
HSL 130.8º 0.47% 0.79% -
HSV(B) 130.8º 0.22% 0.89% -
XYZ 54.46 67.83 56.68 -
YUV 207.38 115.94 106.33 -
System Red Green Blue C M Y K H S L
Decimal 177 227 186 0.22 0 0.18 0.11 130.8 0.47 0.79
Hex B1 E3 BA 16 0 12 B 83 2F 4F
Octal 261 343 272 26 0 22 13 203 57 117
Binary 10110001 11100011 10111010 10110 0 10010 1011 10000011 101111 1001111

Color Harmonies of #B1E3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E3BA

Black with #B1E3BA

Text Example


Text Example

White with #B1E3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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