Html Css Color HEX #B4EBC1 Fringy Flower

📋 copy color: '#B4EBC1'

red 180 ◦ green 235 ◦ blue 193

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

Shades of Fringy Flower #B4EBC1

Tints of Fringy Flower #B4EBC1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.65%

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

R = 29.61%
G = 38.65%
B = 31.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#B4EBC1 (or 0xB4EBC1) is known color: Fringy Flower. HEX triplet: B4, EB and C1. RGB value is (180,235,193). Sum of RGB (Red+Green+Blue) = 180+235+193=608 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.61% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBC1 is #4B143E. Grayscale: #D5D5D5. Windows color (decimal): -4920383 or 12708788. OLE color: 12708788.

HSL color Cylindrical-coordinate representation of color #B4EBC1: hue angle of 134.18º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4EBC1 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 235 193 -
CMYK 0.23 0 0.18 0.08
HSL 134.18º 0.58% 0.81% -
HSV(B) 134.18º 0.23% 0.92% -
XYZ 58.16 72.97 61.47 -
YUV 213.77 116.28 103.92 -
System Red Green Blue C M Y K H S L
Decimal 180 235 193 0.23 0 0.18 0.08 134.18 0.58 0.81
Hex B4 EB C1 17 0 12 8 86 3A 51
Octal 264 353 301 27 0 22 10 206 72 121
Binary 10110100 11101011 11000001 10111 0 10010 1000 10000110 111010 1010001

Color Harmonies of #B4EBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EBC1

Black with #B4EBC1

Text Example


Text Example

White with #B4EBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EBC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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