Html Css Color HEX #B4EFBD Fringy Flower

📋 copy color: '#B4EFBD'

red 180 ◦ green 239 ◦ blue 189

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

Shades of Fringy Flower #B4EFBD

Tints of Fringy Flower #B4EFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.09%

R = 29.61%
G = 39.31%
B = 31.09%

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

#B4EFBD (or 0xB4EFBD) is known color: Fringy Flower. HEX triplet: B4, EF and BD. RGB value is (180,239,189). Sum of RGB (Red+Green+Blue) = 180+239+189=608 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.61% from 608); Green value is 239 (93.75% from 255 or 39.31% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFBD is #4B1042. Grayscale: #D7D7D7. Windows color (decimal): -4919363 or 12447668. OLE color: 12447668.

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

Color convert

RGB 180 239 189 -
CMYK 0.25 0 0.21 0.06
HSL 129.15º 0.65% 0.82% -
HSV(B) 129.15º 0.25% 0.94% -
XYZ 58.87 75.11 59.54 -
YUV 215.66 112.95 102.57 -
System Red Green Blue C M Y K H S L
Decimal 180 239 189 0.25 0 0.21 0.06 129.15 0.65 0.82
Hex B4 EF BD 19 0 15 6 81 41 52
Octal 264 357 275 31 0 25 6 201 101 122
Binary 10110100 11101111 10111101 11001 0 10101 110 10000001 1000001 1010010

Color Harmonies of #B4EFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EFBD

Black with #B4EFBD

Text Example


Text Example

White with #B4EFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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