Html Css Color HEX #B4EFC2 Fringy Flower

📋 copy color: '#B4EFC2'

red 180 ◦ green 239 ◦ blue 194

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

Shades of Fringy Flower #B4EFC2

Tints of Fringy Flower #B4EFC2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.99%

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

R = 29.36%
G = 38.99%
B = 31.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#B4EFC2 (or 0xB4EFC2) is known color: Fringy Flower. HEX triplet: B4, EF and C2. RGB value is (180,239,194). Sum of RGB (Red+Green+Blue) = 180+239+194=613 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.36% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFC2 is #4B103D. Grayscale: #D8D8D8. Windows color (decimal): -4919358 or 12775348. OLE color: 12775348.

HSL color Cylindrical-coordinate representation of color #B4EFC2: hue angle of 134.24º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4EFC2 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 239 194 -
CMYK 0.25 0 0.19 0.06
HSL 134.24º 0.65% 0.82% -
HSV(B) 134.24º 0.25% 0.94% -
XYZ 59.43 75.33 62.45 -
YUV 216.23 115.45 102.16 -
System Red Green Blue C M Y K H S L
Decimal 180 239 194 0.25 0 0.19 0.06 134.24 0.65 0.82
Hex B4 EF C2 19 0 13 6 86 41 52
Octal 264 357 302 31 0 23 6 206 101 122
Binary 10110100 11101111 11000010 11001 0 10011 110 10000110 1000001 1010010

Color Harmonies of #B4EFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EFC2

Black with #B4EFC2

Text Example


Text Example

White with #B4EFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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