Html Css Color HEX #B1F3C2 Fringy Flower

📋 copy color: '#B1F3C2'

red 177 ◦ green 243 ◦ blue 194

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

Shades of Fringy Flower #B1F3C2

Tints of Fringy Flower #B1F3C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.6%

R = 28.83%
G = 39.58%
B = 31.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#B1F3C2 (or 0xB1F3C2) is known color: Fringy Flower. HEX triplet: B1, F3 and C2. RGB value is (177,243,194). Sum of RGB (Red+Green+Blue) = 177+243+194=614 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.83% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F3C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F3C2 is #4E0C3D. Grayscale: #D9D9D9. Windows color (decimal): -5114942 or 12776369. OLE color: 12776369.

HSL color Cylindrical-coordinate representation of color #B1F3C2: hue angle of 135.45º 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 #B1F3C2 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 243 194 -
CMYK 0.27 0 0.20 0.05
HSL 135.45º 0.73% 0.82% -
HSV(B) 135.45º 0.27% 0.95% -
XYZ 59.92 77.34 62.81 -
YUV 217.68 114.63 98.98 -
System Red Green Blue C M Y K H S L
Decimal 177 243 194 0.27 0 0.20 0.05 135.45 0.73 0.82
Hex B1 F3 C2 1B 0 14 5 87 49 52
Octal 261 363 302 33 0 24 5 207 111 122
Binary 10110001 11110011 11000010 11011 0 10100 101 10000111 1001001 1010010

Color Harmonies of #B1F3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F3C2

Black with #B1F3C2

Text Example


Text Example

White with #B1F3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F3C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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