Html Css Color HEX #B4EBC5 Fringy Flower

📋 copy color: '#B4EBC5'

red 180 ◦ green 235 ◦ blue 197

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

Shades of Fringy Flower #B4EBC5

Tints of Fringy Flower #B4EBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.19%

R = 29.41%
G = 38.4%
B = 32.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#B4EBC5 (or 0xB4EBC5) is known color: Fringy Flower. HEX triplet: B4, EB and C5. RGB value is (180,235,197). Sum of RGB (Red+Green+Blue) = 180+235+197=612 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.41% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBC5 is #4B143A. Grayscale: #D6D6D6. Windows color (decimal): -4920379 or 12970932. OLE color: 12970932.

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

Color convert

RGB 180 235 197 -
CMYK 0.23 0 0.16 0.08
HSL 138.55º 0.58% 0.81% -
HSV(B) 138.55º 0.23% 0.92% -
XYZ 58.61 73.15 63.85 -
YUV 214.22 118.28 103.59 -
System Red Green Blue C M Y K H S L
Decimal 180 235 197 0.23 0 0.16 0.08 138.55 0.58 0.81
Hex B4 EB C5 17 0 10 8 8B 3A 51
Octal 264 353 305 27 0 20 10 213 72 121
Binary 10110100 11101011 11000101 10111 0 10000 1000 10001011 111010 1010001

Color Harmonies of #B4EBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EBC5

Black with #B4EBC5

Text Example


Text Example

White with #B4EBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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