Html Css Color HEX #BCAFAB Martini

📋 copy color: '#BCAFAB'

red 188 ◦ green 175 ◦ blue 171

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

Shades of Martini #BCAFAB

Tints of Martini #BCAFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.02%

R = 35.21%
G = 32.77%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BCAFAB (or 0xBCAFAB) is known color: Martini. HEX triplet: BC, AF and AB. RGB value is (188,175,171). Sum of RGB (Red+Green+Blue) = 188+175+171=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAFAB is #435054. Grayscale: #B2B2B2. Windows color (decimal): -4411477 or 11251644. OLE color: 11251644.

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

Color convert

RGB 188 175 171 -
CMYK 0 0.07 0.09 0.26
HSL 14.12º 0.11% 0.7% -
HSV(B) 14.12º 0.09% 0.74% -
XYZ 43.42 44.29 44.79 -
YUV 178.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 188 175 171 0 0.07 0.09 0.26 14.12 0.11 0.7
Hex BC AF AB 0 7 9 1A E B 46
Octal 274 257 253 0 7 11 32 16 13 106
Binary 10111100 10101111 10101011 0 111 1001 11010 1110 1011 1000110

Color Harmonies of #BCAFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFAB

Black with #BCAFAB

Text Example


Text Example

White with #BCAFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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