Html Css Color HEX #B1F3BD Fringy Flower

📋 copy color: '#B1F3BD'

red 177 ◦ green 243 ◦ blue 189

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

Shades of Fringy Flower #B1F3BD

Tints of Fringy Flower #B1F3BD

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.9%

 BLUE value IS 189 (74.22% from 255) = 31.03%

R = 29.06%
G = 39.9%
B = 31.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#B1F3BD (or 0xB1F3BD) is known color: Fringy Flower. HEX triplet: B1, F3 and BD. RGB value is (177,243,189). Sum of RGB (Red+Green+Blue) = 177+243+189=609 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.06% from 609); Green value is 243 (95.31% from 255 or 39.90% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F3BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F3BD is #4E0C42. Grayscale: #D9D9D9. Windows color (decimal): -5114947 or 12448689. OLE color: 12448689.

HSL color Cylindrical-coordinate representation of color #B1F3BD: hue angle of 130.91º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F3BD is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 243 189 -
CMYK 0.27 0 0.22 0.05
HSL 130.91º 0.73% 0.82% -
HSV(B) 130.91º 0.27% 0.95% -
XYZ 59.37 77.12 59.9 -
YUV 217.11 112.13 99.39 -
System Red Green Blue C M Y K H S L
Decimal 177 243 189 0.27 0 0.22 0.05 130.91 0.73 0.82
Hex B1 F3 BD 1B 0 16 5 83 49 52
Octal 261 363 275 33 0 26 5 203 111 122
Binary 10110001 11110011 10111101 11011 0 10110 101 10000011 1001001 1010010

Color Harmonies of #B1F3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F3BD

Black with #B1F3BD

Text Example


Text Example

White with #B1F3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F3BD; }

 p { color: rgb(177,243,189); }

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

background-color css

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

 a { background-color: rgb(177,243,189); }

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

border-color css

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

 span { border-color: rgb(177,243,189); }

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