Html Css Color HEX #B1EDB7 Fringy Flower

📋 copy color: '#B1EDB7'

red 177 ◦ green 237 ◦ blue 183

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

Shades of Fringy Flower #B1EDB7

Tints of Fringy Flower #B1EDB7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.7%

 BLUE value IS 183 (71.88% from 255) = 30.65%

R = 29.65%
G = 39.7%
B = 30.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#B1EDB7 (or 0xB1EDB7) is known color: Fringy Flower. HEX triplet: B1, ED and B7. RGB value is (177,237,183). Sum of RGB (Red+Green+Blue) = 177+237+183=597 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.65% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 183 (71.88% from 255 or 30.65% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #B1EDB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EDB7 is #4E1248. Grayscale: #D5D5D5. Windows color (decimal): -5116489 or 12053937. OLE color: 12053937.

HSL color Cylindrical-coordinate representation of color #B1EDB7: hue angle of 126º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EDB7 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 237 183 -
CMYK 0.25 0 0.23 0.07
HSL 126º 0.63% 0.81% -
HSV(B) 126º 0.25% 0.93% -
XYZ 56.96 73.33 55.95 -
YUV 212.9 111.12 102.39 -
System Red Green Blue C M Y K H S L
Decimal 177 237 183 0.25 0 0.23 0.07 126 0.63 0.81
Hex B1 ED B7 19 0 17 7 7E 3E 51
Octal 261 355 267 31 0 27 7 176 76 121
Binary 10110001 11101101 10110111 11001 0 10111 111 1111110 111110 1010001

Color Harmonies of #B1EDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EDB7

Black with #B1EDB7

Text Example


Text Example

White with #B1EDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EDB7; }

 p { color: rgb(177,237,183); }

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

background-color css

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

 a { background-color: rgb(177,237,183); }

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

border-color css

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

 span { border-color: rgb(177,237,183); }

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