Html Css Color HEX #BCAFAA Martini

📋 copy color: '#BCAFAA'

red 188 ◦ green 175 ◦ blue 170

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

Shades of Martini #BCAFAA

Tints of Martini #BCAFAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.89%

R = 35.27%
G = 32.83%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BCAFAA (or 0xBCAFAA) is known color: Martini. HEX triplet: BC, AF and AA. RGB value is (188,175,170). Sum of RGB (Red+Green+Blue) = 188+175+170=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAFAA is #435055. Grayscale: #B2B2B2. Windows color (decimal): -4411478 or 11186108. OLE color: 11186108.

HSL color Cylindrical-coordinate representation of color #BCAFAA: hue angle of 16.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCAFAA is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 175 170 -
CMYK 0 0.07 0.10 0.26
HSL 16.67º 0.12% 0.7% -
HSV(B) 16.67º 0.1% 0.74% -
XYZ 43.32 44.25 44.29 -
YUV 178.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 188 175 170 0 0.07 0.10 0.26 16.67 0.12 0.7
Hex BC AF AA 0 7 A 1A 11 C 46
Octal 274 257 252 0 7 12 32 21 14 106
Binary 10111100 10101111 10101010 0 111 1010 11010 10001 1100 1000110

Color Harmonies of #BCAFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFAA

Black with #BCAFAA

Text Example


Text Example

White with #BCAFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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