Html Css Color HEX #B1EDC2 Fringy Flower

📋 copy color: '#B1EDC2'

red 177 ◦ green 237 ◦ blue 194

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

Shades of Fringy Flower #B1EDC2

Tints of Fringy Flower #B1EDC2

RGB

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

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

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

R = 29.11%
G = 38.98%
B = 31.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#B1EDC2 (or 0xB1EDC2) is known color: Fringy Flower. HEX triplet: B1, ED and C2. RGB value is (177,237,194). Sum of RGB (Red+Green+Blue) = 177+237+194=608 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.11% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #B1EDC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EDC2 is #4E123D. Grayscale: #D6D6D6. Windows color (decimal): -5116478 or 12774833. OLE color: 12774833.

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

Color convert

RGB 177 237 194 -
CMYK 0.25 0 0.18 0.07
HSL 137º 0.63% 0.81% -
HSV(B) 137º 0.25% 0.93% -
XYZ 58.15 73.81 62.22 -
YUV 214.16 116.62 101.5 -
System Red Green Blue C M Y K H S L
Decimal 177 237 194 0.25 0 0.18 0.07 137 0.63 0.81
Hex B1 ED C2 19 0 12 7 89 3E 51
Octal 261 355 302 31 0 22 7 211 76 121
Binary 10110001 11101101 11000010 11001 0 10010 111 10001001 111110 1010001

Color Harmonies of #B1EDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EDC2

Black with #B1EDC2

Text Example


Text Example

White with #B1EDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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