Html Css Color HEX #BCB0B4 Lily

📋 copy color: '#BCB0B4'

red 188 ◦ green 176 ◦ blue 180

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

Shades of Lily #BCB0B4

Tints of Lily #BCB0B4

RGB

 RED value IS 188 (73.83% from 255) = 34.56%

 GREEN value IS 176 (69.14% from 255) = 32.35%

 BLUE value IS 180 (70.7% from 255) = 33.09%

R = 34.56%
G = 32.35%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BCB0B4 (or 0xBCB0B4) is known color: Lily. HEX triplet: BC, B0 and B4. RGB value is (188,176,180). Sum of RGB (Red+Green+Blue) = 188+176+180=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0B4 is #434F4B. Grayscale: #B4B4B4. Windows color (decimal): -4411212 or 11841724. OLE color: 11841724.

HSL color Cylindrical-coordinate representation of color #BCB0B4: hue angle of 340º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCB0B4 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 176 180 -
CMYK 0 0.06 0.04 0.26
HSL 340º 0.08% 0.71% -
HSV(B) 340º 0.06% 0.74% -
XYZ 44.5 45.04 49.53 -
YUV 180.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 188 176 180 0 0.06 0.04 0.26 340 0.08 0.71
Hex BC B0 B4 0 6 4 1A 154 8 47
Octal 274 260 264 0 6 4 32 524 10 107
Binary 10111100 10110000 10110100 0 110 100 11010 101010100 1000 1000111

Color Harmonies of #BCB0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB0B4

Black with #BCB0B4

Text Example


Text Example

White with #BCB0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB0B4; }

 p { color: rgb(188,176,180); }

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

background-color css

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

 a { background-color: rgb(188,176,180); }

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

border-color css

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

 span { border-color: rgb(188,176,180); }

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