Html Css Color HEX #B4EDC1 Fringy Flower

📋 copy color: '#B4EDC1'

red 180 ◦ green 237 ◦ blue 193

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

Shades of Fringy Flower #B4EDC1

Tints of Fringy Flower #B4EDC1

RGB

 RED value IS 180 (70.7% from 255) = 29.51%

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

 BLUE value IS 193 (75.78% from 255) = 31.64%

R = 29.51%
G = 38.85%
B = 31.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#B4EDC1 (or 0xB4EDC1) is known color: Fringy Flower. HEX triplet: B4, ED and C1. RGB value is (180,237,193). Sum of RGB (Red+Green+Blue) = 180+237+193=610 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.51% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #B4EDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EDC1 is #4B123E. Grayscale: #D7D7D7. Windows color (decimal): -4919871 or 12709300. OLE color: 12709300.

HSL color Cylindrical-coordinate representation of color #B4EDC1: hue angle of 133.68º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4EDC1 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 237 193 -
CMYK 0.24 0 0.19 0.07
HSL 133.68º 0.61% 0.82% -
HSV(B) 133.68º 0.24% 0.93% -
XYZ 58.73 74.12 61.66 -
YUV 214.94 115.62 103.08 -
System Red Green Blue C M Y K H S L
Decimal 180 237 193 0.24 0 0.19 0.07 133.68 0.61 0.82
Hex B4 ED C1 18 0 13 7 86 3D 52
Octal 264 355 301 30 0 23 7 206 75 122
Binary 10110100 11101101 11000001 11000 0 10011 111 10000110 111101 1010010

Color Harmonies of #B4EDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EDC1

Black with #B4EDC1

Text Example


Text Example

White with #B4EDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EDC1; }

 p { color: rgb(180,237,193); }

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

background-color css

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

 a { background-color: rgb(180,237,193); }

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

border-color css

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

 span { border-color: rgb(180,237,193); }

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