Html Css Color HEX #B4EFBE Fringy Flower

📋 copy color: '#B4EFBE'

red 180 ◦ green 239 ◦ blue 190

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

Shades of Fringy Flower #B4EFBE

Tints of Fringy Flower #B4EFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.2%

R = 29.56%
G = 39.24%
B = 31.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#B4EFBE (or 0xB4EFBE) is known color: Fringy Flower. HEX triplet: B4, EF and BE. RGB value is (180,239,190). Sum of RGB (Red+Green+Blue) = 180+239+190=609 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.56% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFBE is #4B1041. Grayscale: #D7D7D7. Windows color (decimal): -4919362 or 12513204. OLE color: 12513204.

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

Color convert

RGB 180 239 190 -
CMYK 0.25 0 0.21 0.06
HSL 130.17º 0.65% 0.82% -
HSV(B) 130.17º 0.25% 0.94% -
XYZ 58.98 75.15 60.11 -
YUV 215.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 180 239 190 0.25 0 0.21 0.06 130.17 0.65 0.82
Hex B4 EF BE 19 0 15 6 82 41 52
Octal 264 357 276 31 0 25 6 202 101 122
Binary 10110100 11101111 10111110 11001 0 10101 110 10000010 1000001 1010010

Color Harmonies of #B4EFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EFBE

Black with #B4EFBE

Text Example


Text Example

White with #B4EFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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