Html Css Color HEX #B4DEB9 Fringy Flower

📋 copy color: '#B4DEB9'

red 180 ◦ green 222 ◦ blue 185

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

Shades of Fringy Flower #B4DEB9

Tints of Fringy Flower #B4DEB9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.82%

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

R = 30.66%
G = 37.82%
B = 31.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#B4DEB9 (or 0xB4DEB9) is known color: Fringy Flower. HEX triplet: B4, DE and B9. RGB value is (180,222,185). Sum of RGB (Red+Green+Blue) = 180+222+185=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 185 (72.66% from 255 or 31.52% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DEB9 is #4B2146. Grayscale: #CDCDCD. Windows color (decimal): -4923719 or 12181172. OLE color: 12181172.

HSL color Cylindrical-coordinate representation of color #B4DEB9: hue angle of 127.14º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4DEB9 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 222 185 -
CMYK 0.19 0 0.17 0.13
HSL 127.14º 0.39% 0.79% -
HSV(B) 127.14º 0.19% 0.87% -
XYZ 53.7 65.45 55.7 -
YUV 205.22 116.59 110.01 -
System Red Green Blue C M Y K H S L
Decimal 180 222 185 0.19 0 0.17 0.13 127.14 0.39 0.79
Hex B4 DE B9 13 0 11 D 7F 27 4F
Octal 264 336 271 23 0 21 15 177 47 117
Binary 10110100 11011110 10111001 10011 0 10001 1101 1111111 100111 1001111

Color Harmonies of #B4DEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DEB9

Black with #B4DEB9

Text Example


Text Example

White with #B4DEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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