Html Css Color HEX #B4FFBB Fringy Flower

📋 copy color: '#B4FFBB'

red 180 ◦ green 255 ◦ blue 187

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

Shades of Fringy Flower #B4FFBB

Tints of Fringy Flower #B4FFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.06%

R = 28.94%
G = 41%
B = 30.06%

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

#B4FFBB (or 0xB4FFBB) is known color: Fringy Flower. HEX triplet: B4, FF and BB. RGB value is (180,255,187). Sum of RGB (Red+Green+Blue) = 180+255+187=622 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.94% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFBB is #4B0044. Grayscale: #E1E1E1. Windows color (decimal): -4915269 or 12320692. OLE color: 12320692.

HSL color Cylindrical-coordinate representation of color #B4FFBB: hue angle of 125.6º 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 #B4FFBB is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 180 255 187 -
CMYK 0.29 0 0.27 0
HSL 125.6º 1% 0.85% -
HSV(B) 125.6º 0.29% 1% -
XYZ 63.55 84.81 60.03 -
YUV 224.82 106.65 96.03 -
System Red Green Blue C M Y K H S L
Decimal 180 255 187 0.29 0 0.27 0 125.6 1 0.85
Hex B4 FF BB 1D 0 1B 0 7E 64 55
Octal 264 377 273 35 0 33 0 176 144 125
Binary 10110100 11111111 10111011 11101 0 11011 0 1111110 1100100 1010101

Color Harmonies of #B4FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FFBB

Black with #B4FFBB

Text Example


Text Example

White with #B4FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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