Html Css Color HEX #B3E4BD Fringy Flower

📋 copy color: '#B3E4BD'

red 179 ◦ green 228 ◦ blue 189

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

Shades of Fringy Flower #B3E4BD

Tints of Fringy Flower #B3E4BD

RGB

 RED value IS 179 (70.31% from 255) = 30.03%

 GREEN value IS 228 (89.45% from 255) = 38.26%

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

R = 30.03%
G = 38.26%
B = 31.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#B3E4BD (or 0xB3E4BD) is known color: Fringy Flower. HEX triplet: B3, E4 and BD. RGB value is (179,228,189). Sum of RGB (Red+Green+Blue) = 179+228+189=596 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.03% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 228 - color contains mainly: green. Hex color #B3E4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3E4BD is #4C1B42. Grayscale: #D1D1D1. Windows color (decimal): -4987715 or 12444851. OLE color: 12444851.

HSL color Cylindrical-coordinate representation of color #B3E4BD: hue angle of 132.24º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3E4BD is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 179 228 189 -
CMYK 0.21 0 0.17 0.11
HSL 132.24º 0.48% 0.8% -
HSV(B) 132.24º 0.21% 0.89% -
XYZ 55.52 68.74 58.49 -
YUV 208.9 116.77 106.67 -
System Red Green Blue C M Y K H S L
Decimal 179 228 189 0.21 0 0.17 0.11 132.24 0.48 0.8
Hex B3 E4 BD 15 0 11 B 84 30 50
Octal 263 344 275 25 0 21 13 204 60 120
Binary 10110011 11100100 10111101 10101 0 10001 1011 10000100 110000 1010000

Color Harmonies of #B3E4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3E4BD

Black with #B3E4BD

Text Example


Text Example

White with #B3E4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3E4BD; }

 p { color: rgb(179,228,189); }

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

background-color css

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

 a { background-color: rgb(179,228,189); }

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

border-color css

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

 span { border-color: rgb(179,228,189); }

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