Html Css Color HEX #B4EBBF Fringy Flower

📋 copy color: '#B4EBBF'

red 180 ◦ green 235 ◦ blue 191

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

Shades of Fringy Flower #B4EBBF

Tints of Fringy Flower #B4EBBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.52%

R = 29.7%
G = 38.78%
B = 31.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#B4EBBF (or 0xB4EBBF) is known color: Fringy Flower. HEX triplet: B4, EB and BF. RGB value is (180,235,191). Sum of RGB (Red+Green+Blue) = 180+235+191=606 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.70% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBBF is #4B1440. Grayscale: #D5D5D5. Windows color (decimal): -4920385 or 12577716. OLE color: 12577716.

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

Color convert

RGB 180 235 191 -
CMYK 0.23 0 0.19 0.08
HSL 132º 0.58% 0.81% -
HSV(B) 132º 0.23% 0.92% -
XYZ 57.93 72.88 60.3 -
YUV 213.54 115.28 104.08 -
System Red Green Blue C M Y K H S L
Decimal 180 235 191 0.23 0 0.19 0.08 132 0.58 0.81
Hex B4 EB BF 17 0 13 8 84 3A 51
Octal 264 353 277 27 0 23 10 204 72 121
Binary 10110100 11101011 10111111 10111 0 10011 1000 10000100 111010 1010001

Color Harmonies of #B4EBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EBBF

Black with #B4EBBF

Text Example


Text Example

White with #B4EBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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