Html Css Color HEX #B4DCBE Fringy Flower

📋 copy color: '#B4DCBE'

red 180 ◦ green 220 ◦ blue 190

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

Shades of Fringy Flower #B4DCBE

Tints of Fringy Flower #B4DCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.29%

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

R = 30.51%
G = 37.29%
B = 32.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#B4DCBE (or 0xB4DCBE) is known color: Fringy Flower. HEX triplet: B4, DC and BE. RGB value is (180,220,190). Sum of RGB (Red+Green+Blue) = 180+220+190=590 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.51% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCBE is #4B2341. Grayscale: #CCCCCC. Windows color (decimal): -4924226 or 12508340. OLE color: 12508340.

HSL color Cylindrical-coordinate representation of color #B4DCBE: hue angle of 135º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4DCBE is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 220 190 -
CMYK 0.18 0 0.14 0.14
HSL 135º 0.36% 0.78% -
HSV(B) 135º 0.18% 0.86% -
XYZ 53.71 64.61 58.35 -
YUV 204.62 119.75 110.44 -
System Red Green Blue C M Y K H S L
Decimal 180 220 190 0.18 0 0.14 0.14 135 0.36 0.78
Hex B4 DC BE 12 0 E E 87 24 4E
Octal 264 334 276 22 0 16 16 207 44 116
Binary 10110100 11011100 10111110 10010 0 1110 1110 10000111 100100 1001110

Color Harmonies of #B4DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DCBE

Black with #B4DCBE

Text Example


Text Example

White with #B4DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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