Html Css Color HEX #ABBDBB Opal

📋 copy color: '#ABBDBB'

red 171 ◦ green 189 ◦ blue 187

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

Shades of Opal #ABBDBB

Tints of Opal #ABBDBB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.55%

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

R = 31.26%
G = 34.55%
B = 34.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#ABBDBB (or 0xABBDBB) is known color: Opal. HEX triplet: AB, BD and BB. RGB value is (171,189,187). Sum of RGB (Red+Green+Blue) = 171+189+187=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDBB is #544244. Grayscale: #B7B7B7. Windows color (decimal): -5521989 or 12303787. OLE color: 12303787.

HSL color Cylindrical-coordinate representation of color #ABBDBB: hue angle of 173.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBDBB is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 189 187 -
CMYK 0.10 0 0.01 0.26
HSL 173.33º 0.12% 0.71% -
HSV(B) 173.33º 0.1% 0.74% -
XYZ 43.96 48.64 54.09 -
YUV 183.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 171 189 187 0.10 0 0.01 0.26 173.33 0.12 0.71
Hex AB BD BB A 0 1 1A AD C 47
Octal 253 275 273 12 0 1 32 255 14 107
Binary 10101011 10111101 10111011 1010 0 1 11010 10101101 1100 1000111

Color Harmonies of #ABBDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDBB

Black with #ABBDBB

Text Example


Text Example

White with #ABBDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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