Html Css Color HEX #B4EBC0 Fringy Flower

📋 copy color: '#B4EBC0'

red 180 ◦ green 235 ◦ blue 192

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

Shades of Fringy Flower #B4EBC0

Tints of Fringy Flower #B4EBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.63%

R = 29.65%
G = 38.71%
B = 31.63%

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

#B4EBC0 (or 0xB4EBC0) is known color: Fringy Flower. HEX triplet: B4, EB and C0. RGB value is (180,235,192). Sum of RGB (Red+Green+Blue) = 180+235+192=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBC0 is #4B143F. Grayscale: #D5D5D5. Windows color (decimal): -4920384 or 12643252. OLE color: 12643252.

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

Color convert

RGB 180 235 192 -
CMYK 0.23 0 0.18 0.08
HSL 133.09º 0.58% 0.81% -
HSV(B) 133.09º 0.23% 0.92% -
XYZ 58.05 72.93 60.89 -
YUV 213.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 180 235 192 0.23 0 0.18 0.08 133.09 0.58 0.81
Hex B4 EB C0 17 0 12 8 85 3A 51
Octal 264 353 300 27 0 22 10 205 72 121
Binary 10110100 11101011 11000000 10111 0 10010 1000 10000101 111010 1010001

Color Harmonies of #B4EBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EBC0

Black with #B4EBC0

Text Example


Text Example

White with #B4EBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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