Html Css Color HEX #B1FCC3 Fringy Flower

📋 copy color: '#B1FCC3'

red 177 ◦ green 252 ◦ blue 195

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

Shades of Fringy Flower #B1FCC3

Tints of Fringy Flower #B1FCC3

RGB

 RED value IS 177 (69.53% from 255) = 28.37%

 GREEN value IS 252 (98.83% from 255) = 40.38%

 BLUE value IS 195 (76.56% from 255) = 31.25%

R = 28.37%
G = 40.38%
B = 31.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#B1FCC3 (or 0xB1FCC3) is known color: Fringy Flower. HEX triplet: B1, FC and C3. RGB value is (177,252,195). Sum of RGB (Red+Green+Blue) = 177+252+195=624 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.37% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 195 (76.56% from 255 or 31.25% from 624); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCC3 is #4E033C. Grayscale: #DFDFDF. Windows color (decimal): -5112637 or 12844209. OLE color: 12844209.

HSL color Cylindrical-coordinate representation of color #B1FCC3: hue angle of 134.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FCC3 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 252 195 -
CMYK 0.30 0 0.23 0.01
HSL 134.4º 0.93% 0.84% -
HSV(B) 134.4º 0.3% 0.99% -
XYZ 62.79 82.91 64.32 -
YUV 223.08 112.15 95.13 -
System Red Green Blue C M Y K H S L
Decimal 177 252 195 0.30 0 0.23 0.01 134.4 0.93 0.84
Hex B1 FC C3 1E 0 17 1 86 5D 54
Octal 261 374 303 36 0 27 1 206 135 124
Binary 10110001 11111100 11000011 11110 0 10111 1 10000110 1011101 1010100

Color Harmonies of #B1FCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FCC3

Black with #B1FCC3

Text Example


Text Example

White with #B1FCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FCC3; }

 p { color: rgb(177,252,195); }

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

background-color css

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

 a { background-color: rgb(177,252,195); }

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

border-color css

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

 span { border-color: rgb(177,252,195); }

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