Html Css Color HEX #ABBDBA Opal

📋 copy color: '#ABBDBA'

red 171 ◦ green 189 ◦ blue 186

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

Shades of Opal #ABBDBA

Tints of Opal #ABBDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.07%

R = 31.32%
G = 34.62%
B = 34.07%

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

#ABBDBA (or 0xABBDBA) is known color: Opal. HEX triplet: AB, BD and BA. RGB value is (171,189,186). Sum of RGB (Red+Green+Blue) = 171+189+186=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDBA is #544245. Grayscale: #B7B7B7. Windows color (decimal): -5521990 or 12238251. OLE color: 12238251.

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

Color convert

RGB 171 189 186 -
CMYK 0.10 0 0.02 0.26
HSL 170º 0.12% 0.71% -
HSV(B) 170º 0.1% 0.74% -
XYZ 43.86 48.6 53.52 -
YUV 183.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 171 189 186 0.10 0 0.02 0.26 170 0.12 0.71
Hex AB BD BA A 0 2 1A AA C 47
Octal 253 275 272 12 0 2 32 252 14 107
Binary 10101011 10111101 10111010 1010 0 10 11010 10101010 1100 1000111

Color Harmonies of #ABBDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDBA

Black with #ABBDBA

Text Example


Text Example

White with #ABBDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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