Html Css Color HEX #ADCCC2 Opal

📋 copy color: '#ADCCC2'

red 173 ◦ green 204 ◦ blue 194

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

Shades of Opal #ADCCC2

Tints of Opal #ADCCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.98%

R = 30.3%
G = 35.73%
B = 33.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#ADCCC2 (or 0xADCCC2) is known color: Opal. HEX triplet: AD, CC and C2. RGB value is (173,204,194). Sum of RGB (Red+Green+Blue) = 173+204+194=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCC2 is #52333D. Grayscale: #C1C1C1. Windows color (decimal): -5387070 or 12766381. OLE color: 12766381.

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

Color convert

RGB 173 204 194 -
CMYK 0.15 0 0.05 0.2
HSL 160.65º 0.23% 0.74% -
HSV(B) 160.65º 0.15% 0.8% -
XYZ 48.56 55.97 59.28 -
YUV 193.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 173 204 194 0.15 0 0.05 0.2 160.65 0.23 0.74
Hex AD CC C2 F 0 5 14 A1 17 4A
Octal 255 314 302 17 0 5 24 241 27 112
Binary 10101101 11001100 11000010 1111 0 101 10100 10100001 10111 1001010

Color Harmonies of #ADCCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCCC2

Black with #ADCCC2

Text Example


Text Example

White with #ADCCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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