Html Css Color HEX #A8BBBE Casper

📋 copy color: '#A8BBBE'

red 168 ◦ green 187 ◦ blue 190

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

Shades of Casper #A8BBBE

Tints of Casper #A8BBBE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.31%

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

R = 30.83%
G = 34.31%
B = 34.86%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A8BBBE (or 0xA8BBBE) is known color: Casper. HEX triplet: A8, BB and BE. RGB value is (168,187,190). Sum of RGB (Red+Green+Blue) = 168+187+190=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 190 - color contains mainly: blue. Hex color #A8BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBBE is #574441. Grayscale: #B5B5B5. Windows color (decimal): -5719106 or 12499880. OLE color: 12499880.

HSL color Cylindrical-coordinate representation of color #A8BBBE: hue angle of 188.18º 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 #A8BBBE is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 187 190 -
CMYK 0.12 0.02 0 0.25
HSL 188.18º 0.14% 0.7% -
HSV(B) 188.18º 0.12% 0.75% -
XYZ 43.21 47.58 55.62 -
YUV 181.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 168 187 190 0.12 0.02 0 0.25 188.18 0.14 0.7
Hex A8 BB BE C 2 0 19 BC E 46
Octal 250 273 276 14 2 0 31 274 16 106
Binary 10101000 10111011 10111110 1100 10 0 11001 10111100 1110 1000110

Color Harmonies of #A8BBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BBBE

Black with #A8BBBE

Text Example


Text Example

White with #A8BBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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