Html Css Color HEX #ADCBBE Tiara

📋 copy color: '#ADCBBE'

red 173 ◦ green 203 ◦ blue 190

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

Shades of Tiara #ADCBBE

Tints of Tiara #ADCBBE

RGB

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

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

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

R = 30.57%
G = 35.87%
B = 33.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#ADCBBE (or 0xADCBBE) is known color: Tiara. HEX triplet: AD, CB and BE. RGB value is (173,203,190). Sum of RGB (Red+Green+Blue) = 173+203+190=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBBE is #523441. Grayscale: #C0C0C0. Windows color (decimal): -5387330 or 12503981. OLE color: 12503981.

HSL color Cylindrical-coordinate representation of color #ADCBBE: hue angle of 154º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCBBE is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 203 190 -
CMYK 0.15 0 0.06 0.20
HSL 154º 0.22% 0.74% -
HSV(B) 154º 0.15% 0.8% -
XYZ 47.88 55.31 56.87 -
YUV 192.55 126.56 114.06 -
System Red Green Blue C M Y K H S L
Decimal 173 203 190 0.15 0 0.06 0.20 154 0.22 0.74
Hex AD CB BE F 0 6 14 9A 16 4A
Octal 255 313 276 17 0 6 24 232 26 112
Binary 10101101 11001011 10111110 1111 0 110 10100 10011010 10110 1001010

Color Harmonies of #ADCBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCBBE

Black with #ADCBBE

Text Example


Text Example

White with #ADCBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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