Html Css Color HEX #B4EBB9 Fringy Flower

📋 copy color: '#B4EBB9'

red 180 ◦ green 235 ◦ blue 185

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

Shades of Fringy Flower #B4EBB9

Tints of Fringy Flower #B4EBB9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.17%

 BLUE value IS 185 (72.66% from 255) = 30.83%

R = 30%
G = 39.17%
B = 30.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#B4EBB9 (or 0xB4EBB9) is known color: Fringy Flower. HEX triplet: B4, EB and B9. RGB value is (180,235,185). Sum of RGB (Red+Green+Blue) = 180+235+185=600 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 185 (72.66% from 255 or 30.83% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBB9 is #4B1446. Grayscale: #D5D5D5. Windows color (decimal): -4920391 or 12184500. OLE color: 12184500.

HSL color Cylindrical-coordinate representation of color #B4EBB9: hue angle of 125.45º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4EBB9 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 235 185 -
CMYK 0.23 0 0.21 0.08
HSL 125.45º 0.58% 0.81% -
HSV(B) 125.45º 0.23% 0.92% -
XYZ 57.29 72.62 56.9 -
YUV 212.86 112.28 104.57 -
System Red Green Blue C M Y K H S L
Decimal 180 235 185 0.23 0 0.21 0.08 125.45 0.58 0.81
Hex B4 EB B9 17 0 15 8 7D 3A 51
Octal 264 353 271 27 0 25 10 175 72 121
Binary 10110100 11101011 10111001 10111 0 10101 1000 1111101 111010 1010001

Color Harmonies of #B4EBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EBB9

Black with #B4EBB9

Text Example


Text Example

White with #B4EBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EBB9; }

 p { color: rgb(180,235,185); }

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

background-color css

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

 a { background-color: rgb(180,235,185); }

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

border-color css

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

 span { border-color: rgb(180,235,185); }

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