Html Css Color HEX #A8BCBE Casper

📋 copy color: '#A8BCBE'

red 168 ◦ green 188 ◦ blue 190

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

Shades of Casper #A8BCBE

Tints of Casper #A8BCBE

RGB

 RED value IS 168 (66.02% from 255) = 30.77%

 GREEN value IS 188 (73.83% from 255) = 34.43%

 BLUE value IS 190 (74.61% from 255) = 34.8%

R = 30.77%
G = 34.43%
B = 34.8%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A8BCBE (or 0xA8BCBE) is known color: Casper. HEX triplet: A8, BC and BE. RGB value is (168,188,190). Sum of RGB (Red+Green+Blue) = 168+188+190=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 190 - color contains mainly: blue. Hex color #A8BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCBE is #574341. Grayscale: #B6B6B6. Windows color (decimal): -5718850 or 12500136. OLE color: 12500136.

HSL color Cylindrical-coordinate representation of color #A8BCBE: hue angle of 185.45º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8BCBE is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 188 190 -
CMYK 0.12 0.01 0 0.25
HSL 185.45º 0.14% 0.7% -
HSV(B) 185.45º 0.12% 0.75% -
XYZ 43.43 48.01 55.69 -
YUV 182.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 168 188 190 0.12 0.01 0 0.25 185.45 0.14 0.7
Hex A8 BC BE C 1 0 19 B9 E 46
Octal 250 274 276 14 1 0 31 271 16 106
Binary 10101000 10111100 10111110 1100 1 0 11001 10111001 1110 1000110

Color Harmonies of #A8BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BCBE

Black with #A8BCBE

Text Example


Text Example

White with #A8BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BCBE; }

 p { color: rgb(168,188,190); }

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

background-color css

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

 a { background-color: rgb(168,188,190); }

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

border-color css

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

 span { border-color: rgb(168,188,190); }

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