Html Css Color HEX #B4E5BB Fringy Flower

📋 copy color: '#B4E5BB'

red 180 ◦ green 229 ◦ blue 187

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

Shades of Fringy Flower #B4E5BB

Tints of Fringy Flower #B4E5BB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.42%

 BLUE value IS 187 (73.44% from 255) = 31.38%

R = 30.2%
G = 38.42%
B = 31.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#B4E5BB (or 0xB4E5BB) is known color: Fringy Flower. HEX triplet: B4, E5 and BB. RGB value is (180,229,187). Sum of RGB (Red+Green+Blue) = 180+229+187=596 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.20% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E5BB is #4B1A44. Grayscale: #D1D1D1. Windows color (decimal): -4921925 or 12314036. OLE color: 12314036.

HSL color Cylindrical-coordinate representation of color #B4E5BB: hue angle of 128.57º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4E5BB is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 229 187 -
CMYK 0.21 0 0.18 0.10
HSL 128.57º 0.49% 0.8% -
HSV(B) 128.57º 0.21% 0.9% -
XYZ 55.81 69.33 57.45 -
YUV 209.56 115.27 106.92 -
System Red Green Blue C M Y K H S L
Decimal 180 229 187 0.21 0 0.18 0.10 128.57 0.49 0.8
Hex B4 E5 BB 15 0 12 A 81 31 50
Octal 264 345 273 25 0 22 12 201 61 120
Binary 10110100 11100101 10111011 10101 0 10010 1010 10000001 110001 1010000

Color Harmonies of #B4E5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E5BB

Black with #B4E5BB

Text Example


Text Example

White with #B4E5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E5BB; }

 p { color: rgb(180,229,187); }

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

background-color css

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

 a { background-color: rgb(180,229,187); }

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

border-color css

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

 span { border-color: rgb(180,229,187); }

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