Html Css Color HEX #ADBBBE Casper

📋 copy color: '#ADBBBE'

red 173 ◦ green 187 ◦ blue 190

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

Shades of Casper #ADBBBE

Tints of Casper #ADBBBE

RGB

 RED value IS 173 (67.97% from 255) = 31.45%

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

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

R = 31.45%
G = 34%
B = 34.55%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ADBBBE (or 0xADBBBE) is known color: Casper. HEX triplet: AD, BB and BE. RGB value is (173,187,190). Sum of RGB (Red+Green+Blue) = 173+187+190=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADBBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBBE is #524441. Grayscale: #B7B7B7. Windows color (decimal): -5391426 or 12499885. OLE color: 12499885.

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

Color convert

RGB 173 187 190 -
CMYK 0.09 0.02 0 0.25
HSL 190.59º 0.12% 0.71% -
HSV(B) 190.59º 0.09% 0.75% -
XYZ 44.3 48.14 55.67 -
YUV 183.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 173 187 190 0.09 0.02 0 0.25 190.59 0.12 0.71
Hex AD BB BE 9 2 0 19 BF C 47
Octal 255 273 276 11 2 0 31 277 14 107
Binary 10101101 10111011 10111110 1001 10 0 11001 10111111 1100 1000111

Color Harmonies of #ADBBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBBBE

Black with #ADBBBE

Text Example


Text Example

White with #ADBBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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