Html Css Color HEX #B4FFBA Fringy Flower

📋 copy color: '#B4FFBA'

red 180 ◦ green 255 ◦ blue 186

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

Shades of Fringy Flower #B4FFBA

Tints of Fringy Flower #B4FFBA

RGB

 RED value IS 180 (70.7% from 255) = 28.99%

 GREEN value IS 255 (100% from 255) = 41.06%

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

R = 28.99%
G = 41.06%
B = 29.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#B4FFBA (or 0xB4FFBA) is known color: Fringy Flower. HEX triplet: B4, FF and BA. RGB value is (180,255,186). Sum of RGB (Red+Green+Blue) = 180+255+186=621 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.99% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFBA is #4B0045. Grayscale: #E0E0E0. Windows color (decimal): -4915270 or 12255156. OLE color: 12255156.

HSL color Cylindrical-coordinate representation of color #B4FFBA: hue angle of 124.8º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FFBA is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 180 255 186 -
CMYK 0.29 0 0.27 0
HSL 124.8º 1% 0.85% -
HSV(B) 124.8º 0.29% 1% -
XYZ 63.45 84.77 59.47 -
YUV 224.71 106.15 96.11 -
System Red Green Blue C M Y K H S L
Decimal 180 255 186 0.29 0 0.27 0 124.8 1 0.85
Hex B4 FF BA 1D 0 1B 0 7D 64 55
Octal 264 377 272 35 0 33 0 175 144 125
Binary 10110100 11111111 10111010 11101 0 11011 0 1111101 1100100 1010101

Color Harmonies of #B4FFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FFBA

Black with #B4FFBA

Text Example


Text Example

White with #B4FFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FFBA; }

 p { color: rgb(180,255,186); }

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

background-color css

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

 a { background-color: rgb(180,255,186); }

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

border-color css

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

 span { border-color: rgb(180,255,186); }

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