Html Css Color HEX #BCAFB6 Lily

📋 copy color: '#BCAFB6'

red 188 ◦ green 175 ◦ blue 182

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

Shades of Lily #BCAFB6

Tints of Lily #BCAFB6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.11%

 BLUE value IS 182 (71.48% from 255) = 33.39%

R = 34.5%
G = 32.11%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BCAFB6 (or 0xBCAFB6) is known color: Lily. HEX triplet: BC, AF and B6. RGB value is (188,175,182). Sum of RGB (Red+Green+Blue) = 188+175+182=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 182 (71.48% from 255 or 33.39% from 545); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFB6 is #435049. Grayscale: #B3B3B3. Windows color (decimal): -4411466 or 11972540. OLE color: 11972540.

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

Color convert

RGB 188 175 182 -
CMYK 0 0.07 0.03 0.26
HSL 327.69º 0.09% 0.71% -
HSV(B) 327.69º 0.07% 0.74% -
XYZ 44.51 44.73 50.54 -
YUV 179.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 188 175 182 0 0.07 0.03 0.26 327.69 0.09 0.71
Hex BC AF B6 0 7 3 1A 148 9 47
Octal 274 257 266 0 7 3 32 510 11 107
Binary 10111100 10101111 10110110 0 111 11 11010 101001000 1001 1000111

Color Harmonies of #BCAFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFB6

Black with #BCAFB6

Text Example


Text Example

White with #BCAFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFB6; }

 p { color: rgb(188,175,182); }

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

background-color css

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

 a { background-color: rgb(188,175,182); }

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

border-color css

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

 span { border-color: rgb(188,175,182); }

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