Html Css Color HEX #B0FAC1 Fringy Flower

📋 copy color: '#B0FAC1'

red 176 ◦ green 250 ◦ blue 193

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

Shades of Fringy Flower #B0FAC1

Tints of Fringy Flower #B0FAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.18%

R = 28.43%
G = 40.39%
B = 31.18%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#B0FAC1 (or 0xB0FAC1) is known color: Fringy Flower. HEX triplet: B0, FA and C1. RGB value is (176,250,193). Sum of RGB (Red+Green+Blue) = 176+250+193=619 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.43% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FAC1 is #4F053E. Grayscale: #DDDDDD. Windows color (decimal): -5178687 or 12712624. OLE color: 12712624.

HSL color Cylindrical-coordinate representation of color #B0FAC1: hue angle of 133.78º 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 #B0FAC1 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 250 193 -
CMYK 0.30 0 0.23 0.02
HSL 133.78º 0.88% 0.84% -
HSV(B) 133.78º 0.3% 0.98% -
XYZ 61.72 81.45 62.92 -
YUV 221.38 111.98 95.63 -
System Red Green Blue C M Y K H S L
Decimal 176 250 193 0.30 0 0.23 0.02 133.78 0.88 0.84
Hex B0 FA C1 1E 0 17 2 86 58 54
Octal 260 372 301 36 0 27 2 206 130 124
Binary 10110000 11111010 11000001 11110 0 10111 10 10000110 1011000 1010100

Color Harmonies of #B0FAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FAC1

Black with #B0FAC1

Text Example


Text Example

White with #B0FAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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