Html Css Color HEX #B4F9BA Fringy Flower

📋 copy color: '#B4F9BA'

red 180 ◦ green 249 ◦ blue 186

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

Shades of Fringy Flower #B4F9BA

Tints of Fringy Flower #B4F9BA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.49%

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

R = 29.27%
G = 40.49%
B = 30.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#B4F9BA (or 0xB4F9BA) is known color: Fringy Flower. HEX triplet: B4, F9 and BA. RGB value is (180,249,186). Sum of RGB (Red+Green+Blue) = 180+249+186=615 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.27% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 249 - color contains mainly: green. Hex color #B4F9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F9BA is #4B0645. Grayscale: #DDDDDD. Windows color (decimal): -4916806 or 12253620. OLE color: 12253620.

HSL color Cylindrical-coordinate representation of color #B4F9BA: hue angle of 125.22º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4F9BA is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 249 186 -
CMYK 0.28 0 0.25 0.02
HSL 125.22º 0.85% 0.84% -
HSV(B) 125.22º 0.28% 0.98% -
XYZ 61.56 81 58.84 -
YUV 221.19 108.14 98.62 -
System Red Green Blue C M Y K H S L
Decimal 180 249 186 0.28 0 0.25 0.02 125.22 0.85 0.84
Hex B4 F9 BA 1C 0 19 2 7D 55 54
Octal 264 371 272 34 0 31 2 175 125 124
Binary 10110100 11111001 10111010 11100 0 11001 10 1111101 1010101 1010100

Color Harmonies of #B4F9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F9BA

Black with #B4F9BA

Text Example


Text Example

White with #B4F9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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