Html Css Color HEX #B4EFC1 Fringy Flower

📋 copy color: '#B4EFC1'

red 180 ◦ green 239 ◦ blue 193

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

Shades of Fringy Flower #B4EFC1

Tints of Fringy Flower #B4EFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.54%

R = 29.41%
G = 39.05%
B = 31.54%

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

#B4EFC1 (or 0xB4EFC1) is known color: Fringy Flower. HEX triplet: B4, EF and C1. RGB value is (180,239,193). Sum of RGB (Red+Green+Blue) = 180+239+193=612 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.41% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFC1 is #4B103E. Grayscale: #D8D8D8. Windows color (decimal): -4919359 or 12709812. OLE color: 12709812.

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

Color convert

RGB 180 239 193 -
CMYK 0.25 0 0.19 0.06
HSL 133.22º 0.65% 0.82% -
HSV(B) 133.22º 0.25% 0.94% -
XYZ 59.31 75.29 61.86 -
YUV 216.12 114.95 102.24 -
System Red Green Blue C M Y K H S L
Decimal 180 239 193 0.25 0 0.19 0.06 133.22 0.65 0.82
Hex B4 EF C1 19 0 13 6 85 41 52
Octal 264 357 301 31 0 23 6 205 101 122
Binary 10110100 11101111 11000001 11001 0 10011 110 10000101 1000001 1010010

Color Harmonies of #B4EFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EFC1

Black with #B4EFC1

Text Example


Text Example

White with #B4EFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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