Html Css Color HEX #ABCCC6 Opal

📋 copy color: '#ABCCC6'

red 171 ◦ green 204 ◦ blue 198

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

Shades of Opal #ABCCC6

Tints of Opal #ABCCC6

RGB

 RED value IS 171 (67.19% from 255) = 29.84%

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

 BLUE value IS 198 (77.73% from 255) = 34.55%

R = 29.84%
G = 35.6%
B = 34.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#ABCCC6 (or 0xABCCC6) is known color: Opal. HEX triplet: AB, CC and C6. RGB value is (171,204,198). Sum of RGB (Red+Green+Blue) = 171+204+198=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCC6 is #543339. Grayscale: #C1C1C1. Windows color (decimal): -5518138 or 13028523. OLE color: 13028523.

HSL color Cylindrical-coordinate representation of color #ABCCC6: hue angle of 169.09º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCCC6 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 204 198 -
CMYK 0.16 0 0.03 0.2
HSL 169.09º 0.24% 0.74% -
HSV(B) 169.09º 0.16% 0.8% -
XYZ 48.58 55.92 61.66 -
YUV 193.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 171 204 198 0.16 0 0.03 0.2 169.09 0.24 0.74
Hex AB CC C6 10 0 3 14 A9 18 4A
Octal 253 314 306 20 0 3 24 251 30 112
Binary 10101011 11001100 11000110 10000 0 11 10100 10101001 11000 1001010

Color Harmonies of #ABCCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCC6

Black with #ABCCC6

Text Example


Text Example

White with #ABCCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCC6; }

 p { color: rgb(171,204,198); }

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

background-color css

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

 a { background-color: rgb(171,204,198); }

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

border-color css

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

 span { border-color: rgb(171,204,198); }

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