Html Css Color HEX #BCAFB3 Lily

📋 copy color: '#BCAFB3'

red 188 ◦ green 175 ◦ blue 179

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

Shades of Lily #BCAFB3

Tints of Lily #BCAFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.03%

R = 34.69%
G = 32.29%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BCAFB3 (or 0xBCAFB3) is known color: Lily. HEX triplet: BC, AF and B3. RGB value is (188,175,179). Sum of RGB (Red+Green+Blue) = 188+175+179=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFB3 is #43504C. Grayscale: #B3B3B3. Windows color (decimal): -4411469 or 11775932. OLE color: 11775932.

HSL color Cylindrical-coordinate representation of color #BCAFB3: hue angle of 341.54º 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 #BCAFB3 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 175 179 -
CMYK 0 0.07 0.05 0.26
HSL 341.54º 0.09% 0.71% -
HSV(B) 341.54º 0.07% 0.74% -
XYZ 44.21 44.61 48.93 -
YUV 179.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 188 175 179 0 0.07 0.05 0.26 341.54 0.09 0.71
Hex BC AF B3 0 7 5 1A 156 9 47
Octal 274 257 263 0 7 5 32 526 11 107
Binary 10111100 10101111 10110011 0 111 101 11010 101010110 1001 1000111

Color Harmonies of #BCAFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFB3

Black with #BCAFB3

Text Example


Text Example

White with #BCAFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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