Html Css Color HEX #ADCBD9 French Pass

📋 copy color: '#ADCBD9'

red 173 ◦ green 203 ◦ blue 217

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

Shades of French Pass #ADCBD9

Tints of French Pass #ADCBD9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.23%

 BLUE value IS 217 (85.16% from 255) = 36.59%

R = 29.17%
G = 34.23%
B = 36.59%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADCBD9 (or 0xADCBD9) is known color: French Pass. HEX triplet: AD, CB and D9. RGB value is (173,203,217). Sum of RGB (Red+Green+Blue) = 173+203+217=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADCBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBD9 is #523426. Grayscale: #C3C3C3. Windows color (decimal): -5387303 or 14273453. OLE color: 14273453.

HSL color Cylindrical-coordinate representation of color #ADCBD9: hue angle of 199.09º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADCBD9 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 203 217 -
CMYK 0.20 0.06 0 0.15
HSL 199.09º 0.37% 0.76% -
HSV(B) 199.09º 0.2% 0.85% -
XYZ 51.11 56.61 73.88 -
YUV 195.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 173 203 217 0.20 0.06 0 0.15 199.09 0.37 0.76
Hex AD CB D9 14 6 0 F C7 25 4C
Octal 255 313 331 24 6 0 17 307 45 114
Binary 10101101 11001011 11011001 10100 110 0 1111 11000111 100101 1001100

Color Harmonies of #ADCBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCBD9

Black with #ADCBD9

Text Example


Text Example

White with #ADCBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCBD9; }

 p { color: rgb(173,203,217); }

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

background-color css

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

 a { background-color: rgb(173,203,217); }

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

border-color css

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

 span { border-color: rgb(173,203,217); }

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