Html Css Color HEX #B5EABF Fringy Flower

📋 copy color: '#B5EABF'

red 181 ◦ green 234 ◦ blue 191

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

Shades of Fringy Flower #B5EABF

Tints of Fringy Flower #B5EABF

RGB

 RED value IS 181 (71.09% from 255) = 29.87%

 GREEN value IS 234 (91.8% from 255) = 38.61%

 BLUE value IS 191 (75% from 255) = 31.52%

R = 29.87%
G = 38.61%
B = 31.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#B5EABF (or 0xB5EABF) is known color: Fringy Flower. HEX triplet: B5, EA and BF. RGB value is (181,234,191). Sum of RGB (Red+Green+Blue) = 181+234+191=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EABF is #4A1540. Grayscale: #D5D5D5. Windows color (decimal): -4855105 or 12577461. OLE color: 12577461.

HSL color Cylindrical-coordinate representation of color #B5EABF: hue angle of 131.32º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5EABF is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 234 191 -
CMYK 0.23 0 0.18 0.08
HSL 131.32º 0.56% 0.81% -
HSV(B) 131.32º 0.23% 0.92% -
XYZ 57.88 72.43 60.22 -
YUV 213.25 115.44 105 -
System Red Green Blue C M Y K H S L
Decimal 181 234 191 0.23 0 0.18 0.08 131.32 0.56 0.81
Hex B5 EA BF 17 0 12 8 83 38 51
Octal 265 352 277 27 0 22 10 203 70 121
Binary 10110101 11101010 10111111 10111 0 10010 1000 10000011 111000 1010001

Color Harmonies of #B5EABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EABF

Black with #B5EABF

Text Example


Text Example

White with #B5EABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EABF; }

 p { color: rgb(181,234,191); }

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

background-color css

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

 a { background-color: rgb(181,234,191); }

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

border-color css

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

 span { border-color: rgb(181,234,191); }

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