Html Css Color HEX #B4E1BB Fringy Flower

📋 copy color: '#B4E1BB'

red 180 ◦ green 225 ◦ blue 187

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

Shades of Fringy Flower #B4E1BB

Tints of Fringy Flower #B4E1BB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.01%

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

R = 30.41%
G = 38.01%
B = 31.59%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#B4E1BB (or 0xB4E1BB) is known color: Fringy Flower. HEX triplet: B4, E1 and BB. RGB value is (180,225,187). Sum of RGB (Red+Green+Blue) = 180+225+187=592 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.41% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E1BB is #4B1E44. Grayscale: #CFCFCF. Windows color (decimal): -4922949 or 12313012. OLE color: 12313012.

HSL color Cylindrical-coordinate representation of color #B4E1BB: hue angle of 129.33º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4E1BB is Cyan = 0.2, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 225 187 -
CMYK 0.2 0 0.17 0.12
HSL 129.33º 0.43% 0.79% -
HSV(B) 129.33º 0.2% 0.88% -
XYZ 54.72 67.14 57.09 -
YUV 207.21 116.59 108.59 -
System Red Green Blue C M Y K H S L
Decimal 180 225 187 0.2 0 0.17 0.12 129.33 0.43 0.79
Hex B4 E1 BB 14 0 11 C 81 2B 4F
Octal 264 341 273 24 0 21 14 201 53 117
Binary 10110100 11100001 10111011 10100 0 10001 1100 10000001 101011 1001111

Color Harmonies of #B4E1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E1BB

Black with #B4E1BB

Text Example


Text Example

White with #B4E1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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