Html Css Color HEX #ABBDB9 Opal

📋 copy color: '#ABBDB9'

red 171 ◦ green 189 ◦ blue 185

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

Shades of Opal #ABBDB9

Tints of Opal #ABBDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.94%

R = 31.38%
G = 34.68%
B = 33.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#ABBDB9 (or 0xABBDB9) is known color: Opal. HEX triplet: AB, BD and B9. RGB value is (171,189,185). Sum of RGB (Red+Green+Blue) = 171+189+185=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDB9 is #544246. Grayscale: #B7B7B7. Windows color (decimal): -5521991 or 12172715. OLE color: 12172715.

HSL color Cylindrical-coordinate representation of color #ABBDB9: hue angle of 166.67º 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 #ABBDB9 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 189 185 -
CMYK 0.10 0 0.02 0.26
HSL 166.67º 0.12% 0.71% -
HSV(B) 166.67º 0.1% 0.74% -
XYZ 43.75 48.56 52.97 -
YUV 183.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 171 189 185 0.10 0 0.02 0.26 166.67 0.12 0.71
Hex AB BD B9 A 0 2 1A A7 C 47
Octal 253 275 271 12 0 2 32 247 14 107
Binary 10101011 10111101 10111001 1010 0 10 11010 10100111 1100 1000111

Color Harmonies of #ABBDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDB9

Black with #ABBDB9

Text Example


Text Example

White with #ABBDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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