Html Css Color HEX #ABBBB7 Opal

📋 copy color: '#ABBBB7'

red 171 ◦ green 187 ◦ blue 183

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

Shades of Opal #ABBBB7

Tints of Opal #ABBBB7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.57%

 BLUE value IS 183 (71.88% from 255) = 33.83%

R = 31.61%
G = 34.57%
B = 33.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#ABBBB7 (or 0xABBBB7) is known color: Opal. HEX triplet: AB, BB and B7. RGB value is (171,187,183). Sum of RGB (Red+Green+Blue) = 171+187+183=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 183 (71.88% from 255 or 33.83% from 541); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBB7 is #544448. Grayscale: #B5B5B5. Windows color (decimal): -5522505 or 12041131. OLE color: 12041131.

HSL color Cylindrical-coordinate representation of color #ABBBB7: hue angle of 165º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABBBB7 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 187 183 -
CMYK 0.09 0 0.02 0.27
HSL 165º 0.11% 0.7% -
HSV(B) 165º 0.09% 0.73% -
XYZ 43.11 47.62 51.72 -
YUV 181.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 171 187 183 0.09 0 0.02 0.27 165 0.11 0.7
Hex AB BB B7 9 0 2 1B A5 B 46
Octal 253 273 267 11 0 2 33 245 13 106
Binary 10101011 10111011 10110111 1001 0 10 11011 10100101 1011 1000110

Color Harmonies of #ABBBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBBB7

Black with #ABBBB7

Text Example


Text Example

White with #ABBBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBBB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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