Html Css Color HEX #B0FAB8 Fringy Flower

📋 copy color: '#B0FAB8'

red 176 ◦ green 250 ◦ blue 184

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

Shades of Fringy Flower #B0FAB8

Tints of Fringy Flower #B0FAB8

RGB

 RED value IS 176 (69.14% from 255) = 28.85%

 GREEN value IS 250 (98.05% from 255) = 40.98%

 BLUE value IS 184 (72.27% from 255) = 30.16%

R = 28.85%
G = 40.98%
B = 30.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#B0FAB8 (or 0xB0FAB8) is known color: Fringy Flower. HEX triplet: B0, FA and B8. RGB value is (176,250,184). Sum of RGB (Red+Green+Blue) = 176+250+184=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 184 (72.27% from 255 or 30.16% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FAB8 is #4F0547. Grayscale: #DCDCDC. Windows color (decimal): -5178696 or 12122800. OLE color: 12122800.

HSL color Cylindrical-coordinate representation of color #B0FAB8: hue angle of 126.49º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FAB8 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 250 184 -
CMYK 0.30 0 0.26 0.02
HSL 126.49º 0.88% 0.84% -
HSV(B) 126.49º 0.3% 0.98% -
XYZ 60.74 81.06 57.79 -
YUV 220.35 107.48 96.37 -
System Red Green Blue C M Y K H S L
Decimal 176 250 184 0.30 0 0.26 0.02 126.49 0.88 0.84
Hex B0 FA B8 1E 0 1A 2 7E 58 54
Octal 260 372 270 36 0 32 2 176 130 124
Binary 10110000 11111010 10111000 11110 0 11010 10 1111110 1011000 1010100

Color Harmonies of #B0FAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FAB8

Black with #B0FAB8

Text Example


Text Example

White with #B0FAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FAB8; }

 p { color: rgb(176,250,184); }

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

background-color css

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

 a { background-color: rgb(176,250,184); }

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

border-color css

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

 span { border-color: rgb(176,250,184); }

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