Html Css Color HEX #B4EBC2 Fringy Flower

📋 copy color: '#B4EBC2'

red 180 ◦ green 235 ◦ blue 194

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

Shades of Fringy Flower #B4EBC2

Tints of Fringy Flower #B4EBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.86%

R = 29.56%
G = 38.59%
B = 31.86%

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

#B4EBC2 (or 0xB4EBC2) is known color: Fringy Flower. HEX triplet: B4, EB and C2. RGB value is (180,235,194). Sum of RGB (Red+Green+Blue) = 180+235+194=609 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.56% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBC2 is #4B143D. Grayscale: #D5D5D5. Windows color (decimal): -4920382 or 12774324. OLE color: 12774324.

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

Color convert

RGB 180 235 194 -
CMYK 0.23 0 0.17 0.08
HSL 135.27º 0.58% 0.81% -
HSV(B) 135.27º 0.23% 0.92% -
XYZ 58.27 73.02 62.06 -
YUV 213.88 116.78 103.83 -
System Red Green Blue C M Y K H S L
Decimal 180 235 194 0.23 0 0.17 0.08 135.27 0.58 0.81
Hex B4 EB C2 17 0 11 8 87 3A 51
Octal 264 353 302 27 0 21 10 207 72 121
Binary 10110100 11101011 11000010 10111 0 10001 1000 10000111 111010 1010001

Color Harmonies of #B4EBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EBC2

Black with #B4EBC2

Text Example


Text Example

White with #B4EBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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