Html Css Color HEX #ABC6BB Opal

📋 copy color: '#ABC6BB'

red 171 ◦ green 198 ◦ blue 187

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

Shades of Opal #ABC6BB

Tints of Opal #ABC6BB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.61%

 BLUE value IS 187 (73.44% from 255) = 33.63%

R = 30.76%
G = 35.61%
B = 33.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#ABC6BB (or 0xABC6BB) is known color: Opal. HEX triplet: AB, C6 and BB. RGB value is (171,198,187). Sum of RGB (Red+Green+Blue) = 171+198+187=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6BB is #543944. Grayscale: #BCBCBC. Windows color (decimal): -5519685 or 12306091. OLE color: 12306091.

HSL color Cylindrical-coordinate representation of color #ABC6BB: hue angle of 155.56º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC6BB is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 198 187 -
CMYK 0.14 0 0.06 0.22
HSL 155.56º 0.19% 0.72% -
HSV(B) 155.56º 0.14% 0.78% -
XYZ 45.96 52.63 54.75 -
YUV 188.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 171 198 187 0.14 0 0.06 0.22 155.56 0.19 0.72
Hex AB C6 BB E 0 6 16 9C 13 48
Octal 253 306 273 16 0 6 26 234 23 110
Binary 10101011 11000110 10111011 1110 0 110 10110 10011100 10011 1001000

Color Harmonies of #ABC6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC6BB

Black with #ABC6BB

Text Example


Text Example

White with #ABC6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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