Html Css Color HEX #A6B8BC Casper

📋 copy color: '#A6B8BC'

red 166 ◦ green 184 ◦ blue 188

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

Shades of Casper #A6B8BC

Tints of Casper #A6B8BC

RGB

 RED value IS 166 (65.23% from 255) = 30.86%

 GREEN value IS 184 (72.27% from 255) = 34.2%

 BLUE value IS 188 (73.83% from 255) = 34.94%

R = 30.86%
G = 34.2%
B = 34.94%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A6B8BC (or 0xA6B8BC) is known color: Casper. HEX triplet: A6, B8 and BC. RGB value is (166,184,188). Sum of RGB (Red+Green+Blue) = 166+184+188=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 188 - color contains mainly: blue. Hex color #A6B8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B8BC is #594743. Grayscale: #B3B3B3. Windows color (decimal): -5850948 or 12368038. OLE color: 12368038.

HSL color Cylindrical-coordinate representation of color #A6B8BC: hue angle of 190.91º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6B8BC is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 184 188 -
CMYK 0.12 0.02 0 0.26
HSL 190.91º 0.14% 0.69% -
HSV(B) 190.91º 0.12% 0.74% -
XYZ 41.94 46.02 54.25 -
YUV 179.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 166 184 188 0.12 0.02 0 0.26 190.91 0.14 0.69
Hex A6 B8 BC C 2 0 1A BF E 45
Octal 246 270 274 14 2 0 32 277 16 105
Binary 10100110 10111000 10111100 1100 10 0 11010 10111111 1110 1000101

Color Harmonies of #A6B8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B8BC

Black with #A6B8BC

Text Example


Text Example

White with #A6B8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B8BC; }

 p { color: rgb(166,184,188); }

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

background-color css

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

 a { background-color: rgb(166,184,188); }

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

border-color css

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

 span { border-color: rgb(166,184,188); }

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