Html Css Color HEX #B4EBC4 Fringy Flower

📋 copy color: '#B4EBC4'

red 180 ◦ green 235 ◦ blue 196

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

Shades of Fringy Flower #B4EBC4

Tints of Fringy Flower #B4EBC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.08%

R = 29.46%
G = 38.46%
B = 32.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#B4EBC4 (or 0xB4EBC4) is known color: Fringy Flower. HEX triplet: B4, EB and C4. RGB value is (180,235,196). Sum of RGB (Red+Green+Blue) = 180+235+196=611 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.46% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBC4 is #4B143B. Grayscale: #D6D6D6. Windows color (decimal): -4920380 or 12905396. OLE color: 12905396.

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

Color convert

RGB 180 235 196 -
CMYK 0.23 0 0.17 0.08
HSL 137.45º 0.58% 0.81% -
HSV(B) 137.45º 0.23% 0.92% -
XYZ 58.49 73.11 63.25 -
YUV 214.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 180 235 196 0.23 0 0.17 0.08 137.45 0.58 0.81
Hex B4 EB C4 17 0 11 8 89 3A 51
Octal 264 353 304 27 0 21 10 211 72 121
Binary 10110100 11101011 11000100 10111 0 10001 1000 10001001 111010 1010001

Color Harmonies of #B4EBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EBC4

Black with #B4EBC4

Text Example


Text Example

White with #B4EBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EBC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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