Html Css Color HEX #A1BBBC Casper

📋 copy color: '#A1BBBC'

red 161 ◦ green 187 ◦ blue 188

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

Shades of Casper #A1BBBC

Tints of Casper #A1BBBC

RGB

 RED value IS 161 (63.28% from 255) = 30.04%

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

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

R = 30.04%
G = 34.89%
B = 35.07%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A1BBBC (or 0xA1BBBC) is known color: Casper. HEX triplet: A1, BB and BC. RGB value is (161,187,188). Sum of RGB (Red+Green+Blue) = 161+187+188=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 188 - color contains mainly: blue. Hex color #A1BBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBBC is #5E4443. Grayscale: #B3B3B3. Windows color (decimal): -6177860 or 12368801. OLE color: 12368801.

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

Color convert

RGB 161 187 188 -
CMYK 0.14 0.01 0 0.26
HSL 182.22º 0.17% 0.68% -
HSV(B) 182.22º 0.14% 0.74% -
XYZ 41.55 46.75 54.41 -
YUV 179.34 132.89 114.92 -
System Red Green Blue C M Y K H S L
Decimal 161 187 188 0.14 0.01 0 0.26 182.22 0.17 0.68
Hex A1 BB BC E 1 0 1A B6 11 44
Octal 241 273 274 16 1 0 32 266 21 104
Binary 10100001 10111011 10111100 1110 1 0 11010 10110110 10001 1000100

Color Harmonies of #A1BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BBBC

Black with #A1BBBC

Text Example


Text Example

White with #A1BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BBBC; }

 p { color: rgb(161,187,188); }

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

background-color css

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

 a { background-color: rgb(161,187,188); }

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

border-color css

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

 span { border-color: rgb(161,187,188); }

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