Html Css Color HEX #B4EAC1 Fringy Flower

📋 copy color: '#B4EAC1'

red 180 ◦ green 234 ◦ blue 193

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

Shades of Fringy Flower #B4EAC1

Tints of Fringy Flower #B4EAC1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.55%

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

R = 29.65%
G = 38.55%
B = 31.8%

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

#B4EAC1 (or 0xB4EAC1) is known color: Fringy Flower. HEX triplet: B4, EA and C1. RGB value is (180,234,193). Sum of RGB (Red+Green+Blue) = 180+234+193=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EAC1 is #4B153E. Grayscale: #D5D5D5. Windows color (decimal): -4920639 or 12708532. OLE color: 12708532.

HSL color Cylindrical-coordinate representation of color #B4EAC1: hue angle of 134.44º degrees, saturation: 0.56, 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 #B4EAC1 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 234 193 -
CMYK 0.23 0 0.18 0.08
HSL 134.44º 0.56% 0.81% -
HSV(B) 134.44º 0.23% 0.92% -
XYZ 57.87 72.4 61.38 -
YUV 213.18 116.61 104.33 -
System Red Green Blue C M Y K H S L
Decimal 180 234 193 0.23 0 0.18 0.08 134.44 0.56 0.81
Hex B4 EA C1 17 0 12 8 86 38 51
Octal 264 352 301 27 0 22 10 206 70 121
Binary 10110100 11101010 11000001 10111 0 10010 1000 10000110 111000 1010001

Color Harmonies of #B4EAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EAC1

Black with #B4EAC1

Text Example


Text Example

White with #B4EAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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