Html Css Color HEX #ADCCBE Tiara

📋 copy color: '#ADCCBE'

red 173 ◦ green 204 ◦ blue 190

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

Shades of Tiara #ADCCBE

Tints of Tiara #ADCCBE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.98%

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

R = 30.51%
G = 35.98%
B = 33.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#ADCCBE (or 0xADCCBE) is known color: Tiara. HEX triplet: AD, CC and BE. RGB value is (173,204,190). Sum of RGB (Red+Green+Blue) = 173+204+190=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCBE is #523341. Grayscale: #C1C1C1. Windows color (decimal): -5387074 or 12504237. OLE color: 12504237.

HSL color Cylindrical-coordinate representation of color #ADCCBE: hue angle of 152.9º degrees, saturation: 0.23, 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 #ADCCBE is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 190 -
CMYK 0.15 0 0.07 0.2
HSL 152.9º 0.23% 0.74% -
HSV(B) 152.9º 0.15% 0.8% -
XYZ 48.12 55.79 56.95 -
YUV 193.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 173 204 190 0.15 0 0.07 0.2 152.9 0.23 0.74
Hex AD CC BE F 0 7 14 99 17 4A
Octal 255 314 276 17 0 7 24 231 27 112
Binary 10101101 11001100 10111110 1111 0 111 10100 10011001 10111 1001010

Color Harmonies of #ADCCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCCBE

Black with #ADCCBE

Text Example


Text Example

White with #ADCCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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