Html Css Color HEX #B1F9BC Fringy Flower

📋 copy color: '#B1F9BC'

red 177 ◦ green 249 ◦ blue 188

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

Shades of Fringy Flower #B1F9BC

Tints of Fringy Flower #B1F9BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.62%

R = 28.83%
G = 40.55%
B = 30.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#B1F9BC (or 0xB1F9BC) is known color: Fringy Flower. HEX triplet: B1, F9 and BC. RGB value is (177,249,188). Sum of RGB (Red+Green+Blue) = 177+249+188=614 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.83% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F9BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F9BC is #4E0643. Grayscale: #DCDCDC. Windows color (decimal): -5113412 or 12384689. OLE color: 12384689.

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

Color convert

RGB 177 249 188 -
CMYK 0.29 0 0.24 0.02
HSL 129.17º 0.86% 0.84% -
HSV(B) 129.17º 0.29% 0.98% -
XYZ 61.08 80.73 59.94 -
YUV 220.52 109.65 96.96 -
System Red Green Blue C M Y K H S L
Decimal 177 249 188 0.29 0 0.24 0.02 129.17 0.86 0.84
Hex B1 F9 BC 1D 0 18 2 81 56 54
Octal 261 371 274 35 0 30 2 201 126 124
Binary 10110001 11111001 10111100 11101 0 11000 10 10000001 1010110 1010100

Color Harmonies of #B1F9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F9BC

Black with #B1F9BC

Text Example


Text Example

White with #B1F9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F9BC; }

 p { color: rgb(177,249,188); }

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

background-color css

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

 a { background-color: rgb(177,249,188); }

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

border-color css

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

 span { border-color: rgb(177,249,188); }

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