Html Css Color HEX #B1EDC5 Fringy Flower

📋 copy color: '#B1EDC5'

red 177 ◦ green 237 ◦ blue 197

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

Shades of Fringy Flower #B1EDC5

Tints of Fringy Flower #B1EDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.24%

R = 28.97%
G = 38.79%
B = 32.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#B1EDC5 (or 0xB1EDC5) is known color: Fringy Flower. HEX triplet: B1, ED and C5. RGB value is (177,237,197). Sum of RGB (Red+Green+Blue) = 177+237+197=611 (80% of max value = 765). Red value is 177 (69.53% from 255 or 28.97% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #B1EDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EDC5 is #4E123A. Grayscale: #D6D6D6. Windows color (decimal): -5116475 or 12971441. OLE color: 12971441.

HSL color Cylindrical-coordinate representation of color #B1EDC5: hue angle of 140º 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 #B1EDC5 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 237 197 -
CMYK 0.25 0 0.17 0.07
HSL 140º 0.63% 0.81% -
HSV(B) 140º 0.25% 0.93% -
XYZ 58.49 73.95 64.01 -
YUV 214.5 118.12 101.25 -
System Red Green Blue C M Y K H S L
Decimal 177 237 197 0.25 0 0.17 0.07 140 0.63 0.81
Hex B1 ED C5 19 0 11 7 8C 3E 51
Octal 261 355 305 31 0 21 7 214 76 121
Binary 10110001 11101101 11000101 11001 0 10001 111 10001100 111110 1010001

Color Harmonies of #B1EDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EDC5

Black with #B1EDC5

Text Example


Text Example

White with #B1EDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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