Html Css Color HEX #B4EFC0 Fringy Flower

📋 copy color: '#B4EFC0'

red 180 ◦ green 239 ◦ blue 192

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

Shades of Fringy Flower #B4EFC0

Tints of Fringy Flower #B4EFC0

RGB

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

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

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

R = 29.46%
G = 39.12%
B = 31.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#B4EFC0 (or 0xB4EFC0) is known color: Fringy Flower. HEX triplet: B4, EF and C0. RGB value is (180,239,192). Sum of RGB (Red+Green+Blue) = 180+239+192=611 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.46% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFC0 is #4B103F. Grayscale: #D8D8D8. Windows color (decimal): -4919360 or 12644276. OLE color: 12644276.

HSL color Cylindrical-coordinate representation of color #B4EFC0: hue angle of 132.2º 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 #B4EFC0 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 239 192 -
CMYK 0.25 0 0.20 0.06
HSL 132.2º 0.65% 0.82% -
HSV(B) 132.2º 0.25% 0.94% -
XYZ 59.2 75.24 61.27 -
YUV 216 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 180 239 192 0.25 0 0.20 0.06 132.2 0.65 0.82
Hex B4 EF C0 19 0 14 6 84 41 52
Octal 264 357 300 31 0 24 6 204 101 122
Binary 10110100 11101111 11000000 11001 0 10100 110 10000100 1000001 1010010

Color Harmonies of #B4EFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EFC0

Black with #B4EFC0

Text Example


Text Example

White with #B4EFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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