Html Css Color HEX #B4D8BE Fringy Flower

📋 copy color: '#B4D8BE'

red 180 ◦ green 216 ◦ blue 190

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

Shades of Fringy Flower #B4D8BE

Tints of Fringy Flower #B4D8BE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.86%

 BLUE value IS 190 (74.61% from 255) = 32.42%

R = 30.72%
G = 36.86%
B = 32.42%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#B4D8BE (or 0xB4D8BE) is known color: Fringy Flower. HEX triplet: B4, D8 and BE. RGB value is (180,216,190). Sum of RGB (Red+Green+Blue) = 180+216+190=586 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.72% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D8BE is #4B2741. Grayscale: #CACACA. Windows color (decimal): -4925250 or 12507316. OLE color: 12507316.

HSL color Cylindrical-coordinate representation of color #B4D8BE: hue angle of 136.67º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4D8BE is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 216 190 -
CMYK 0.17 0 0.12 0.15
HSL 136.67º 0.32% 0.78% -
HSV(B) 136.67º 0.17% 0.85% -
XYZ 52.67 62.53 58.01 -
YUV 202.27 121.07 112.11 -
System Red Green Blue C M Y K H S L
Decimal 180 216 190 0.17 0 0.12 0.15 136.67 0.32 0.78
Hex B4 D8 BE 11 0 C F 89 20 4E
Octal 264 330 276 21 0 14 17 211 40 116
Binary 10110100 11011000 10111110 10001 0 1100 1111 10001001 100000 1001110

Color Harmonies of #B4D8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D8BE

Black with #B4D8BE

Text Example


Text Example

White with #B4D8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D8BE; }

 p { color: rgb(180,216,190); }

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

background-color css

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

 a { background-color: rgb(180,216,190); }

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

border-color css

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

 span { border-color: rgb(180,216,190); }

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